Files
dotfiles/nixos/ryu/programs/gamemode.nix

6 lines
59 B
Nix

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