nixos-config/nix/systemProfiles/programs/gamemode.nix

5 lines
52 B
Nix

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