aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/desktop/default.nix')
-rw-r--r--modules/hosts/desktop/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/hosts/desktop/default.nix b/modules/hosts/desktop/default.nix
deleted file mode 100644
index 7d7f3ae..0000000
--- a/modules/hosts/desktop/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ useHomeManager ? true, ... }:
-
-{
- imports = [
- # NixOS-only modules (no home-manager)
- ./cinnamon
- ./gnome
- ./kde
- ] ++ (if useHomeManager then [
- # Modules that require home-manager
- ./hyprland
- ./labwc
- ./sway
- ./dunst.nix
- ./waybar.nix
- ] else [ ]);
-}