Nixos: Enable linux zen only on desktop
This commit is contained in:
@ -88,6 +88,10 @@
|
||||
# # musnix.soundcardPciId = ;
|
||||
# };
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
# Configure keymap in X11
|
||||
xkb.layout = "us";
|
||||
|
Reference in New Issue
Block a user