aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 17:28:55 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 17:28:55 -0800
commit3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9 (patch)
tree482e960b7e644212c270e68c1266b7fce1cfd2c1 /modules/desktop/default.nix
parenti3: move configuration to home-manager (diff)
downloadinfra-3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9.tar.gz
i3: separate configuration for xserver and i3
Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager.
Diffstat (limited to 'modules/desktop/default.nix')
-rw-r--r--modules/desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix
index b2d2101..f150066 100644
--- a/modules/desktop/default.nix
+++ b/modules/desktop/default.nix
@@ -3,5 +3,6 @@
imports = [
./fonts.nix
./sound.nix
+ ./xserver.nix
];
}