nix-config/modules/gaming/default.nix

8 lines
115 B
Nix

{ ... }:
{
flake.modules.nixos.gaming =
{ pkgs, ... }:
{
programs.gamemode.enable = true;
};
}