nixos-config/home/programs/misc/keepassxc.nix
2024-02-07 19:05:44 +01:00

7 lines
66 B
Nix

{
pkgs,
lib,
...
}: {
home.packages = [pkgs.keepassxc];
}