use gamescope for all systems
This commit is contained in:
parent
51f28a74d6
commit
f258beb032
2 changed files with 4 additions and 4 deletions
|
|
@ -49,6 +49,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
gamescope = {
|
||||||
|
enable = true;
|
||||||
|
capSysNice = false;
|
||||||
|
};
|
||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
|
||||||
|
|
@ -36,10 +36,6 @@
|
||||||
boot.loader.limine.maxGenerations = lib.mkForce 100;
|
boot.loader.limine.maxGenerations = lib.mkForce 100;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gamescope = {
|
|
||||||
enable = true;
|
|
||||||
capSysNice = false;
|
|
||||||
};
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue