nixos-config/systemProfiles/programs/gamemode.nix
2024-10-25 10:39:48 +02:00

5 lines
52 B
Nix

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