diff --git a/users/mae/home-manager-base.nix b/users/mae/home-manager-base.nix index 1b61f57..572e639 100644 --- a/users/mae/home-manager-base.nix +++ b/users/mae/home-manager-base.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ]; + imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ]; home.packages = with pkgs; [ arc-theme ]; diff --git a/users/profiles/syncthing/default.nix b/users/profiles/syncthing/default.nix new file mode 100644 index 0000000..284044f --- /dev/null +++ b/users/profiles/syncthing/default.nix @@ -0,0 +1,3 @@ +{ + services.syncthing.enable = true; +}