diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 594c4971..3a32f465 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -52,7 +52,7 @@ in { shell = pkgs.fish; openssh.authorizedKeys.keys = import ../../auth/authorized_keys.nix; }; - home-manager.users.elitherl = import ./home.nix; + home-manager.users.xenia = import ./home.nix; services.greetd = { enable = true; diff --git a/hosts/Vanguard/home.nix b/hosts/Vanguard/home.nix index e0003f14..3aeae43b 100644 --- a/hosts/Vanguard/home.nix +++ b/hosts/Vanguard/home.nix @@ -5,10 +5,10 @@ }: { imports = [ inputs.hyprland.homeManagerModules.default - ./home/personal.nix - ./home/desktop/hyprland - ./home/desktop/waybar/main.nix - ./home/gui + ../../home/personal.nix + ../../home/desktop/hyprland + ../../home/desktop/waybar + ../../home/gui ]; home = { username = "xenia"; diff --git a/hosts/common.nix b/hosts/common.nix index e7b0df2e..e7404bca 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -1,7 +1,6 @@ { pkgs, inputs, - common, ... }: { imports = [inputs.home-manager.nixosModules.home-manager]; @@ -101,7 +100,7 @@ useUserPackages = false; extraSpecialArgs = {inputs = inputs;}; users.root = { - imports = [common.home.env]; + # imports = [common.home.env]; home = { username = "root"; homeDirectory = "/root";