aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 09:31:18 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 09:31:18 -0800
commitb01d6771164f64362a27188cd3a0b10fbce1a6c5 (patch)
tree3a66419d257e512375fd8198167b956889fbb0b8 /modules/desktop/default.nix
parentsystems: drop nix.settings (diff)
downloadinfra-b01d6771164f64362a27188cd3a0b10fbce1a6c5.tar.gz
xserver: initial configuration
Enable it for the desktop.
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 be7eaaf..d62c75d 100644
--- a/modules/desktop/default.nix
+++ b/modules/desktop/default.nix
@@ -1,6 +1,7 @@
{lib, config, pkgs, ...}:
{
imports = [
+ ./desktop.nix
./fonts.nix
];
}