Compare commits

..

No commits in common. "5141f0bcf3bd9551e7f0c248bb777e8aea246b7d" and "fcc6fdfadecf992192ebe5290ab572efc3a53921" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@
hardware.xone.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];

View file

@ -13,5 +13,4 @@
( pkgs.nerdfonts.override { fonts = [ "Hack" "JetBrainsMono" ]; } )
];
boot.plymouth.enable = true;
}