Add syncthing

This commit is contained in:
Bad 2021-05-16 00:21:30 +02:00
parent d74f6952b4
commit 7b2789b363
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ];
imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ];
home.packages = with pkgs; [
arc-theme
];

View file

@ -0,0 +1,3 @@
{
services.syncthing.enable = true;
}