summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/desktop/default.nix')
-rw-r--r--hosts/common/desktop/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
index 7199859..a7bcde8 100644
--- a/hosts/common/desktop/default.nix
+++ b/hosts/common/desktop/default.nix
@@ -3,4 +3,8 @@
programs.xwayland.enable = true;
services.xserver.enable = true;
xdg.portal.enable = true;
+ import = [
+ ./gnome.nix
+ ./plasma.nix
+ ];
}