add syncthing service
This commit is contained in:
parent
2899c3f4fc
commit
527eece5cc
5
profiles/applications/syncthing.nix
Normal file
5
profiles/applications/syncthing.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ config, pkgs, lib, ... }: {
|
||||||
|
home-manager.users.alukard = {
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
};
|
||||||
|
}
|
@ -26,6 +26,7 @@
|
|||||||
rofi
|
rofi
|
||||||
spotify
|
spotify
|
||||||
steam
|
steam
|
||||||
|
syncthing
|
||||||
# urxvt
|
# urxvt
|
||||||
vivaldi
|
vivaldi
|
||||||
vscode
|
vscode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user