i once again again again ened to sync
This commit is contained in:
parent
9cac325698
commit
6063d2b438
18 changed files with 1264 additions and 1375 deletions
|
|
@ -45,6 +45,13 @@
|
|||
}
|
||||
);
|
||||
})
|
||||
(pkgs.heroic.override {
|
||||
extraPkgs =
|
||||
pkgs': with pkgs'; [
|
||||
gamescope
|
||||
gamemode
|
||||
];
|
||||
})
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
|
|
@ -62,7 +69,11 @@
|
|||
++ (
|
||||
if (config.apps.gaming.steam.enable) then
|
||||
|
||||
[ adwsteamgtk ]
|
||||
[
|
||||
adwsteamgtk
|
||||
protontricks
|
||||
winetricks
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
);
|
||||
|
|
@ -89,6 +100,7 @@
|
|||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
gamemode.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue