feat(kachu-laptop): install steam

This commit is contained in:
2026-07-21 23:20:35 +03:00
parent 3cc72876cb
commit c07afd14d6
2 changed files with 16 additions and 0 deletions
+11
View File
@@ -138,6 +138,17 @@
programs.firefox.enable = true;
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraPkgs = pkgs:
with pkgs; [
kdePackages.breeze
];
};
};
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
nixpkgs.config.allowUnfree = true;
@@ -93,4 +93,9 @@
nvidiaBusId = "PCI:0:1:0";
};
};
hardware.graphics = {
enable = true;
enable32Bit = true;
};
}