refactor(nh): move FLAKE variable location to ~/.config
This commit is contained in:
parent
2248efc512
commit
0db15b3748
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.variables.FLAKE = "/home/ooks/Coding/nix/ooks-io/nix";
|
environment.variables.FLAKE = "/home/ooks/.config/ooknix/";
|
||||||
|
|
||||||
nh = {
|
nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue