Update and add Ghostty + Penpot + Viu
This commit is contained in:
parent
6c3a8c09d4
commit
29097fd4c0
6 changed files with 88 additions and 91 deletions
|
@ -9,7 +9,12 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ "usbhid" "joydev" "xpad" ]; # usbhid, joydev and xpad are needed in order to use controllers (mine is a PS3 dualshock)
|
||||
boot.initrd.kernelModules = [
|
||||
# usbhid, joydev and xpad are needed in order to use controllers (mine is a PS3 dualshock)
|
||||
"usbhid"
|
||||
"joydev"
|
||||
"xpad"
|
||||
];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue