Consolidate into variables
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user