messaging and stuff

This commit is contained in:
martyTF 2025-12-25 09:32:39 +01:00
parent d914e05efc
commit fbbfd597d5
11 changed files with 75 additions and 3 deletions

View file

@ -28,9 +28,10 @@
terminal = lib.mkDefault {
ranger.enable = true;
};
misc = lib.mkDefault{
misc = lib.mkDefault {
bitwarden.enable = true;
};
internet.tor.enable = true;
syncthing = lib.mkDefault {
devices = {
marty-pc = {
@ -56,4 +57,4 @@
};
};
};
}
}