Add syncthing as a service
This commit is contained in:
parent
b3d360e421
commit
3d8493f050
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(import ./modules/neovim.nix { inherit inputs; })
|
(import ./modules/neovim.nix { inherit inputs; })
|
||||||
./modules/bat.nix
|
./modules/bat.nix
|
||||||
|
|
Loading…
Reference in a new issue