[NixOS] Control what is enabled per machine with module options
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
{ config, pkgs, makeEnable, ... }:
|
||||
makeEnable config "modules.games" false {
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam
|
||||
heroic
|
||||
|
||||
Reference in New Issue
Block a user