From 4b404fbc31665628425fe93411e421e4d423b3f0 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 18 Oct 2025 20:59:39 +0200 Subject: [PATCH] add bottles --- home-modules/gaming.nix | 1 + hosts/acer.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = {