mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
chore: updated or removed deprecated shit
This commit is contained in:
parent
907d72e1fb
commit
66535f0abd
4 changed files with 14 additions and 27 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue