Nixos: Enable linux zen only on desktop

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent 989846165a
commit e5facd6a9e
3 changed files with 17 additions and 3 deletions
+4
View File
@@ -88,6 +88,10 @@
# # musnix.soundcardPciId = ;
# };
boot = {
kernelPackages = pkgs.linuxPackages_zen;
};
services.xserver = {
# Configure keymap in X11
xkb.layout = "us";