Move syncthing into its own module
This commit is contained in:
parent
3d8493f050
commit
41167cf442
|
@ -6,8 +6,6 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
imports = [
|
||||
(import ./modules/neovim.nix { inherit inputs; })
|
||||
./modules/bat.nix
|
||||
|
@ -20,6 +18,7 @@
|
|||
./modules/phpactor.nix
|
||||
./modules/ripgrep.nix
|
||||
./modules/starship.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/tmux.nix
|
||||
./modules/zsh.nix
|
||||
];
|
||||
|
|
1
lib/shared/modules/syncthing.nix
Normal file
1
lib/shared/modules/syncthing.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ services.syncthing.enable = true; }
|
Loading…
Reference in a new issue