diff --git a/modules/home-manager-common.nix b/home/common.nix similarity index 100% rename from modules/home-manager-common.nix rename to home/common.nix diff --git a/home/server.nix b/home/server.nix index 4abbcf9..b892e03 100644 --- a/home/server.nix +++ b/home/server.nix @@ -22,7 +22,7 @@ ''; imports = [ # modules/hyprland.nix - modules/home-manager-common.nix + ./common.nix ]; xdg.enable = true; programs.nix-index.enable = true; diff --git a/home/xps13.nix b/home/xps13.nix index f59a69c..0f79a4b 100644 --- a/home/xps13.nix +++ b/home/xps13.nix @@ -36,8 +36,8 @@ * ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos ''; imports = [ - modules/hyprland.nix - modules/home-manager-common.nix + ../modules/hyprland.nix + ./common.nix ]; xdg = { enable = true;