just push it ffs
This commit is contained in:
parent
c2ab092fbd
commit
01004d0212
7 changed files with 80 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
wine
|
||||
gamescope
|
||||
antimicrox
|
||||
sc-controller
|
||||
];
|
||||
|
||||
extraLibraries = pkgs: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue