nixos-config/system/gaming.nix

6 lines
63 B
Nix
Raw Normal View History

2021-08-01 14:44:23 +02:00
{ config, pkgs, ... }:
{
programs.gamemode.enable = true;
}