refactor(home): move home settings to user namespace
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user