nixos-config/system/programs/gamemode.nix
2024-02-07 19:05:44 +01:00

5 lines
52 B
Nix

{
programs.gamemode = {
enable = true;
};
}