just push it ffs

This commit is contained in:
beanigen 2025-02-18 19:54:25 +08:00
parent c2ab092fbd
commit 01004d0212
No known key found for this signature in database
7 changed files with 80 additions and 17 deletions

View file

@ -9,7 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
services.blueman.enable = true;
programs.steam.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;

View file

@ -8,6 +8,17 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General.Experimental = true;
};
input = {
General.ClassicBondedOnly = false;
General.UserspaceHID = true;
};
};
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" ];
boot.kernelModules = [ "kvm-intel" "vfio_virqfd" "vhost-net" "v4l2loopback" ];

View file

@ -6,6 +6,7 @@
wine
gamescope
antimicrox
sc-controller
];
extraLibraries = pkgs: [