refactor(home): move home settings to user namespace

This commit is contained in:
2025-12-28 19:27:47 +01:00
parent f3678a13c5
commit c125409336

View File

@@ -142,6 +142,11 @@
EDITOR = "vim"; EDITOR = "vim";
}; };
# add flake env variable for nh
environment.sessionVariables = {
NH_FLAKE = "/home/aaron/git/nixconfig";
};
# enable syncthing for user # enable syncthing for user
services.syncthing.enable = true; services.syncthing.enable = true;
# enable home manager # enable home manager