mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot/Desktop] Use linux-xanmod as default kernel for desktop computers
This commit is contained in:
parent
698884fc58
commit
b9e7f76a15
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ in {
|
|||
|
||||
aviallon.network.backend = mkDefault "NetworkManager";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
# services.xserver.tty = mkOverride 70 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue