nixos-config/sys/profiles/programs/gamemode.nix
2025-01-16 10:08:58 +01:00

5 lines
52 B
Nix

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