Consolidate into variables

This commit is contained in:
2025-11-29 23:20:29 +01:00
parent 31bf80e451
commit ecbe87af9b
11 changed files with 52 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
{config, ...}: {
programs.nh = {
enable = true;
flake = "/home/kiri/.config/nixos"; # Assuming this is the flake root
flake = config.var.configDirectory; # Assuming this is the flake root
};
}