email and stuff
This commit is contained in:
9
modules/home-manager/keepassxc/default.nix
Normal file
9
modules/home-manager/keepassxc/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
];
|
||||
|
||||
# home.sessionPath = [ "${pkgs.keepassxc}/Applications/KeePassXC.app/Contents/MacOS/" ];
|
||||
}
|
||||
Reference in New Issue
Block a user