chore: updated or removed deprecated shit

This commit is contained in:
Nick 2025-11-01 03:22:53 -05:00
parent 907d72e1fb
commit 66535f0abd
4 changed files with 14 additions and 27 deletions

View file

@ -36,7 +36,7 @@ in
general.askForConfirmationOnLogout = false;
sessionRestore = {
excludeApplications = [
(lib.getExe pkgs.bitwarden)
(lib.getExe pkgs.bitwarden-desktop)
];
};
};
@ -120,7 +120,7 @@ in
"launch-bitwarden" = {
name = "Launch Bitwarden";
key = "Meta+P";
command = lib.getExe pkgs.bitwarden;
command = lib.getExe pkgs.bitwarden-desktop;
};
"launch-dotfiles" = {
name = "Launch Dotfiles in Zellij";