[syncthing] Adds syncthing

This commit is contained in:
2025-03-08 11:01:22 -08:00
parent 40e913180c
commit 3a1c7f95cb
3 changed files with 14 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{ pkgs, ... }:
{ ... }:
{
imports = map (x: ../../../home-manager + x) [
"/features/development/development.nix"
"/features/notes.nix"
];
home.stateVersion = "24.11";
@@ -13,4 +14,6 @@
userName = "Drew Haven";
userEmail = "drew.haven@gmail.com";
};
services.syncthing.tray = false;
}