Compare commits
No commits in common. "ebfa21a55608b90bcc068b8ec91adb1d75ee67ce" and "b4187028fbed40503651abe5b80bc97f1fc25c9b" have entirely different histories.
ebfa21a556
...
b4187028fb
1 changed files with 0 additions and 26 deletions
|
|
@ -41,28 +41,6 @@ in {
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gamemode = {
|
|
||||||
enable = true;
|
|
||||||
enableRenice = true;
|
|
||||||
settings = {
|
|
||||||
general = {
|
|
||||||
reaper_freq = 5;
|
|
||||||
softrealtime = "on";
|
|
||||||
renice = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
# WARNING: GPU optimisations have the potential to damage hardware!
|
|
||||||
gpu = {
|
|
||||||
apply_gpu_optimisations = "accept-responsibility";
|
|
||||||
gpu_device = 0;
|
|
||||||
amd_performance_level = "high";
|
|
||||||
};
|
|
||||||
custom = {
|
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'Game\'s on bitch.'";
|
|
||||||
end = "${pkgs.libnotify}/bin/notify-send 'Stopped gaming? :('";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
gamescope = {
|
gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capSysNice = true;
|
capSysNice = true;
|
||||||
|
|
@ -75,14 +53,10 @@ in {
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraPackages = [
|
|
||||||
pkgs.gamemode
|
|
||||||
];
|
|
||||||
extraCompatPackages = [
|
extraCompatPackages = [
|
||||||
pkgs.proton-ge-bin
|
pkgs.proton-ge-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
extest.enable = true;
|
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue