Split system config into tons of modules!
This commit is contained in:
7
system/app/gamemode.nix
Normal file
7
system/app/gamemode.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Feral GameMode
|
||||
environment.systemPackages = [ pkgs.gamemode ];
|
||||
programs.gamemode.enable = true;
|
||||
}
|
Reference in New Issue
Block a user