diff --git a/commit_text b/commit_text index 5c38785..1ae2e87 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added nh +Added additional config for nh diff --git a/configuration.nix b/configuration.nix index 17c8cc4..2aafbfb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -398,6 +398,7 @@ in productive = { inheritParentConfig = true; configuration = { + environment.etc."specialisation".text = "productive"; environment.systemPackages = basePackages; programs.steam.enable = lib.mkOverride 99 false; } @@ -412,6 +413,7 @@ in no_yt = { inheritParentConfig = true; configuration = { + environment.etc."specialisation".text = "no_yt"; environment.systemPackages = basePackages ++ unproductivePackages; } // blocky_config (