diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:31:18 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:31:18 -0800 |
| commit | b01d6771164f64362a27188cd3a0b10fbce1a6c5 (patch) | |
| tree | 3a66419d257e512375fd8198167b956889fbb0b8 /modules/desktop/default.nix | |
| parent | systems: drop nix.settings (diff) | |
| download | infra-b01d6771164f64362a27188cd3a0b10fbce1a6c5.tar.gz | |
xserver: initial configuration
Enable it for the desktop.
Diffstat (limited to 'modules/desktop/default.nix')
| -rw-r--r-- | modules/desktop/default.nix | 1 |
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 ]; } |
