diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 3a5f535..0005a89 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -1,13 +1,17 @@ { lib, pkgs, osConfig, ... }: { imports = [ - ../../home/common.nix - ../../home/hyprland.nix + ../../home ]; - - home.stateVersion = "23.11"; - wayland.windowManager.hyprland.settings = { - monitor = ",preferred,auto,1.25"; + config = { + nixfiles = { + profile.base.enable = true; + }; + home.stateVersion = "23.11"; + + wayland.windowManager.hyprland.settings = { + monitor = ",preferred,auto,1.25"; + }; }; }