Update and add Ghostty + Penpot + Viu

This commit is contained in:
zuma 2025-06-28 11:43:46 +02:00
parent 6c3a8c09d4
commit 29097fd4c0
6 changed files with 88 additions and 91 deletions

View file

@ -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 = [ ];