aboutsummaryrefslogtreecommitdiff
path: root/profiles/home-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/home-manager.nix')
-rw-r--r--profiles/home-manager.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix
index f2333da..8ee713e 100644
--- a/profiles/home-manager.nix
+++ b/profiles/home-manager.nix
@@ -25,13 +25,5 @@
../home/modules/userinfo.nix
../home/modules/onepassword.nix
]
- ++ (
- if pkgs.stdenv.isDarwin then
- [ ]
- else
- [
- inputs.niri.homeModules.niri
- inputs.noctalia.homeModules.default
- ]
- );
+ ++ (if pkgs.stdenv.isDarwin then [ ] else [ ]);
}