v3ms: add syncthing

This commit is contained in:
Julian Mutter 2024-09-27 08:30:32 +02:00
parent 3a72c32e89
commit 20315c425a

View File

@ -38,10 +38,13 @@
}; };
home.packages = home.packages =
lib.lists.concatMap (packages-list-file: import packages-list-file { inherit pkgs; }) [ lib.lists.concatMap (packages-list-file: import packages-list-file { inherit pkgs; })
./fonts.nix [
./packages.nix ./fonts.nix
]; ./packages.nix
];
services.syncthing.enable = true;
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;