refactor(nh): move FLAKE variable location to ~/.config

This commit is contained in:
ooks-io 2024-04-01 15:01:40 +13:00
parent 2248efc512
commit 0db15b3748

View file

@ -10,7 +10,7 @@ in
];
config = lib.mkIf cfg.enable {
environment.variables.FLAKE = "/home/ooks/Coding/nix/ooks-io/nix";
environment.variables.FLAKE = "/home/ooks/.config/ooknix/";
nh = {
enable = true;