localsend as maybe syncthing alt?

This commit is contained in:
marty 2026-01-26 13:52:12 +01:00
parent afc59676a5
commit 4ef383854e
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,7 @@
]; ];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
nixfmt-rfc-style nixfmt
]; ];
home.sessionVariables = { home.sessionVariables = {
EDITOR = lib.mkDefault "codium"; EDITOR = lib.mkDefault "codium";

View file

@ -22,6 +22,9 @@
}; };
config = { config = {
home.packages = with pkgs; [
localsend
];
services = { services = {
syncthing = { syncthing = {
enable = true; enable = true;