add bottles

This commit is contained in:
2025-10-18 20:59:39 +02:00
parent 6b4d06aa74
commit 4b404fbc31
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ in {
(steam.override { (steam.override {
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ]; extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
}) })
bottles
]; ];
}; };
} }
+2 -1
View File
@@ -23,7 +23,8 @@ rec {
# Kernel # Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; # boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_17;
boot.zfs.package = pkgs.zfs_unstable;
# Swap # Swap
zramSwap = { zramSwap = {