From 44f24f05acbdcceaac78a6bbdf9b139a191f4759 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Sun, 18 Jan 2026 13:24:43 +0100 Subject: [PATCH] Added additional config for nh --- commit_text | 2 +- configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 (