feat(nixos): Enable gamemode
This commit is contained in:
parent
a3ce393c04
commit
133f4c6546
2 changed files with 4 additions and 0 deletions
|
@ -12,5 +12,7 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
lutris
|
lutris
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.gamemode.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,7 @@ in {
|
||||||
proton-ge-bin
|
proton-ge-bin
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.gamemode.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue