diff --git a/home-modules/gaming.nix b/home-modules/gaming.nix index 27982a9..1eb0ea5 100644 --- a/home-modules/gaming.nix +++ b/home-modules/gaming.nix @@ -60,6 +60,7 @@ in { (steam.override { extraPkgs = pkgs': with pkgs'; [ mangohud gamescope ]; }) + bottles ]; }; } \ No newline at end of file diff --git a/hosts/acer.nix b/hosts/acer.nix index e3371be..62a165a 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -23,7 +23,8 @@ rec { # Kernel # 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 zramSwap = {