update for ubuntu nix

This commit is contained in:
2026-01-07 19:40:06 +01:00
parent 362f65c384
commit 7564dffa83
11 changed files with 166 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ lib.mkIf cfg.enable {
genericName = "Password Manager";
exec = "keepassxc %f";
terminal = false;
categories = [ "Utility" "Security" ];
categories = [ "Utility" ];
mimeType = [ "application/x-kdbx" ];
};