email and stuff

This commit is contained in:
2024-09-06 16:08:36 -04:00
parent dde724ef34
commit b868436756
14 changed files with 123 additions and 197 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
keepassxc
];
# home.sessionPath = [ "${pkgs.keepassxc}/Applications/KeePassXC.app/Contents/MacOS/" ];
}