add syncthing service

This commit is contained in:
Dmitriy Kholkin 2021-10-25 23:13:54 +03:00
parent 2899c3f4fc
commit 527eece5cc
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }: {
home-manager.users.alukard = {
services.syncthing.enable = true;
};
}

View File

@ -26,6 +26,7 @@
rofi
spotify
steam
syncthing
# urxvt
vivaldi
vscode