added syncthing

This commit is contained in:
Alexander Szczepanski
2021-08-18 06:24:14 +02:00
parent 28a4eddb3b
commit 5cb8fa2dfb
3 changed files with 11 additions and 7 deletions

View File

@ -3,8 +3,10 @@
imports = [ <home-manager/nixos> ];
home-manager.users.alex = { pkgs, ... }: {
home.packages = [
pkgs.cryfs
home.packages = with pkgs; [
spotify
signal-desktop
bitwarden
];
programs = {