6 lines
140 B
Nix

{ config, ... }: {
programs.gamemode = {
enable = config.deviceSpecific.isGaming;
settings.general.inhibit_screensaver = 0;
};
}