user consolidation, add printer stuff, etc

This commit is contained in:
k3t
2026-06-15 03:56:05 -06:00
parent 37c285b64f
commit dedfaf4d1a
7 changed files with 102 additions and 26 deletions
+3 -2
View File
@@ -9,5 +9,6 @@
boot.loader.limine.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.extraModulePackages = [ ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
}
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" "v4l2loopback" "i915" "amdgpu" ];
boot.kernelModules = [ "v4l2loopback" ];
}