Merged Host/Home Opt into SysOpt
All checks were successful
Nix Build / build-nixos (push) Successful in 5m27s
All checks were successful
Nix Build / build-nixos (push) Successful in 5m27s
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
imports = [ ./openttd.nix ];
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.game) {
|
||||
config = lib.mkIf (config.syscfg.make.game) {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# custom.simc
|
||||
|
Reference in New Issue
Block a user