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; [
|
environment.systemPackages = with pkgs; [
|
||||||
blobby
|
blobby
|
||||||
discord
|
discord
|
||||||
gamemode
|
|
||||||
minetest
|
minetest
|
||||||
moonlight-qt # steam-link stream
|
moonlight-qt # steam-link stream
|
||||||
openttd
|
openttd
|
||||||
|
|
@ -29,16 +28,7 @@ in
|
||||||
winetricks
|
winetricks
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam.enable = true;
|
||||||
enable = true;
|
|
||||||
# fix gamemode: https://github.com/NixOS/nixpkgs/issues/389142
|
|
||||||
package = pkgs.steam.override {
|
|
||||||
extraPkgs =
|
|
||||||
pkgs: with pkgs; [
|
|
||||||
gamemode
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics.enable32Bit = true;
|
graphics.enable32Bit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue