diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-08 17:28:55 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 17:28:55 -0800 |
| commit | 3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9 (patch) | |
| tree | 482e960b7e644212c270e68c1266b7fce1cfd2c1 /modules/desktop/default.nix | |
| parent | i3: move configuration to home-manager (diff) | |
| download | infra-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.nix | 1 |
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 ]; } |
