From 2e6eba8853059557fe3537cf3c24937509018bcf Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 12 Apr 2026 16:36:21 -0400 Subject: [PATCH] add keypassxc --- home/crow/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/crow/common/core/default.nix b/home/crow/common/core/default.nix index a688c81..945ebfd 100644 --- a/home/crow/common/core/default.nix +++ b/home/crow/common/core/default.nix @@ -30,6 +30,7 @@ in inherit (pkgs) screen ouch + keepassxc ; };