[nix] Add xplr and syncthing

This commit is contained in:
Sebastian Schulze 2023-09-12 20:57:13 +02:00
parent 0eaa9eae1f
commit 349766c210
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,7 @@ in
unstable.pkgs.logseq
unstable.pkgs.pynitrokey
unstable.pkgs.nitrokey-app
pkgs.xplr
pkgs.ntfy-sh
pkgs.jless
pkgs.yq-go
@ -656,6 +657,10 @@ in
};
};
services.syncthing = {
enable = true;
};
services.mbsync.enable = true;
services.mbsync.verbose = false;
services.gnome-keyring.enable = true;