9 lines
99 B
Nix
9 lines
99 B
Nix
{config, pkgs, ...}:
|
|
|
|
{
|
|
programs = {
|
|
steam.enable = true;
|
|
gamemode.enable = true;
|
|
};
|
|
}
|