mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-16 15:32:08 +01:00
Compare commits
No commits in common. "e60d5690d52c65ed1d18d5e7c72726fc9ed69eb6" and "0e72b4bd015a1b5a90e45b14864e44297c521b46" have entirely different histories.
e60d5690d5
...
0e72b4bd01
1 changed files with 1 additions and 11 deletions
|
|
@ -16,7 +16,6 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
blobby
|
||||
discord
|
||||
gamemode
|
||||
minetest
|
||||
moonlight-qt # steam-link stream
|
||||
openttd
|
||||
|
|
@ -29,16 +28,7 @@ in
|
|||
winetricks
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# fix gamemode: https://github.com/NixOS/nixpkgs/issues/389142
|
||||
package = pkgs.steam.override {
|
||||
extraPkgs =
|
||||
pkgs: with pkgs; [
|
||||
gamemode
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.steam.enable = true;
|
||||
|
||||
hardware = {
|
||||
graphics.enable32Bit = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue