minor fixes

This commit is contained in:
atagen 2025-11-02 12:19:14 +11:00
parent d9121053ec
commit 0103661908
3 changed files with 29 additions and 26 deletions

View file

@ -10,7 +10,7 @@
};
apps = with pkgs; {
passwordManager = bitwarden;
passwordManager = bitwarden-desktop;
passwordCli = rbw;
};
}