diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/cez/home.nix | 1 | ||||
-rw-r--r-- | home/common/home.nix | 2 | ||||
-rw-r--r-- | home/common/modules/dev.nix (renamed from home/pc/modules/dev.nix) | 0 | ||||
-rw-r--r-- | home/pc/home.nix | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/home/cez/home.nix b/home/cez/home.nix index f39ddff..c83a5fa 100644 --- a/home/cez/home.nix +++ b/home/cez/home.nix @@ -3,5 +3,6 @@ imports = [ ../pc/home.nix ./modules/wayland.nix + ../../global/cez ]; } diff --git a/home/common/home.nix b/home/common/home.nix index b2f4480..6d26166 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -11,6 +11,8 @@ in ./modules/mimeapps.nix ./modules/xdg_ninja.nix ./modules/ssh.nix + ./modules/dev.nix + ../../global/common ]; programs.home-manager.enable = true; diff --git a/home/pc/modules/dev.nix b/home/common/modules/dev.nix index 6488aa8..6488aa8 100644 --- a/home/pc/modules/dev.nix +++ b/home/common/modules/dev.nix diff --git a/home/pc/home.nix b/home/pc/home.nix index 54a2e09..e34507c 100644 --- a/home/pc/home.nix +++ b/home/pc/home.nix @@ -2,7 +2,6 @@ { imports = [ ./modules/pass.nix - ./modules/dev.nix ../wayland/home.nix ]; |