v3ms: add syncthing
This commit is contained in:
parent
3a72c32e89
commit
20315c425a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user