feat(kachu-laptop): ✨ install steam
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user