add bottles
This commit is contained in:
@@ -60,6 +60,7 @@ in {
|
|||||||
(steam.override {
|
(steam.override {
|
||||||
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
|
extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ];
|
||||||
})
|
})
|
||||||
|
bottles
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
+2
-1
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user