mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
hosts/ni: disable xpadneo driver and add ROTP in games list
This commit is contained in:
parent
82926d5d73
commit
b6a45633c9
@ -6,7 +6,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
|
||||||
hardware.xpadneo.enable = lib.mkForce false;
|
|
||||||
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "uas" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "uas" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
|
@ -31,6 +31,7 @@ in
|
|||||||
mindustry # Not a Minecraft industry simulator.
|
mindustry # Not a Minecraft industry simulator.
|
||||||
minetest # Free Minecraft.
|
minetest # Free Minecraft.
|
||||||
the-powder-toy # Free micro-Minecraft.
|
the-powder-toy # Free micro-Minecraft.
|
||||||
|
rotp-foodogsquared # Free space Minecraft planet colonization simulator.
|
||||||
];
|
];
|
||||||
|
|
||||||
# This is somewhat used for streaming games from it.
|
# This is somewhat used for streaming games from it.
|
||||||
|
Loading…
Reference in New Issue
Block a user