diff --git a/hosts/neon/home.nix b/user/aaron/home.nix similarity index 97% rename from hosts/neon/home.nix rename to user/aaron/home.nix index 802fb2f..f542003 100644 --- a/hosts/neon/home.nix +++ b/user/aaron/home.nix @@ -142,6 +142,11 @@ EDITOR = "vim"; }; + # add flake env variable for nh + environment.sessionVariables = { + NH_FLAKE = "/home/aaron/git/nixconfig"; + }; + # enable syncthing for user services.syncthing.enable = true; # enable home manager