diff --git a/home/common.nix b/home/common.nix index 6dc8c28..e1c70bb 100644 --- a/home/common.nix +++ b/home/common.nix @@ -1,8 +1,5 @@ { lib, pkgs, osConfig, ... }: { - imports = [ - ./hyprland.nix - ]; # home.username = "nullbite"; # home.homeDirectory = "/home/nullbite"; diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 17edf26..3a5f535 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -2,6 +2,7 @@ { imports = [ ../../home/common.nix + ../../home/hyprland.nix ]; home.stateVersion = "23.11";