feature(modules): split configuration into nix modules and home-manager modules #2
@@ -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
|
||||
Reference in New Issue
Block a user