[NixOS] Move xmonad config into its own module

This commit is contained in:
2023-07-12 17:29:01 -06:00
parent a427ca2dca
commit 891f8de735
4 changed files with 41 additions and 26 deletions

View File

@@ -2,6 +2,9 @@
imports = [
../internet-computer.nix
../raspberry-pi.nix
../desktop.nix
../xmonad.nix
../code.nix
];
services.xrdp.enable = true;
@@ -23,7 +26,6 @@
};
networking.hostName = "biskcomp";
# hardware.video.hidpi.enable = true;
system.stateVersion = "21.05";
}