add syncthing and keepass

This commit is contained in:
MFlossmann 2024-05-16 15:09:24 +02:00
parent bb9494227f
commit 4a800d9290
14 changed files with 183 additions and 80 deletions

View file

@ -29,6 +29,8 @@
myNixOS = {
bundles.general-desktop.enable = true;
services.syncthing.enable = true;
home-users = {
"prunebutt" = {
userConfig = ./home.nix;

View file

@ -40,7 +40,6 @@
maker.enable = true;
graphicDesign.enable = true;
};
syncthing.enable = true;
};
programs.zsh.enable = true;