Compare commits
2 commits
fcc6fdfade
...
5141f0bcf3
| Author | SHA1 | Date | |
|---|---|---|---|
| 5141f0bcf3 | |||
| 6114bddb91 |
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
hardware.xone.enable = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@
|
|||
( pkgs.nerdfonts.override { fonts = [ "Hack" "JetBrainsMono" ]; } )
|
||||
];
|
||||
|
||||
boot.plymouth.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue