coded the vault and note selector

This commit is contained in:
Tomas Rivera
2026-03-29 17:52:40 +02:00
parent 2883321d37
commit d494159a58
3 changed files with 174 additions and 22 deletions
+1
View File
@@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = [
pkgs.vivify
pkgs.cjson
pkgs.ncurses
pkgs.pkg-config
];
}