feat: replace keepassxc with bitwarden

- Removed keepassxc package and its configuration.
- Replaced the KeePassXC Firefox extension with the Bitwarden extension.
- Removed KeepassXC from Hyprland exec-once
- Removed keepass folder from Syncthing configuration
This commit is contained in:
lightly-toasted 2025-09-24 18:00:44 +09:00
parent d7179b75a8
commit cfc656cf96
4 changed files with 4 additions and 26 deletions

View file

@ -11,7 +11,7 @@
package = pkgs.hyprland;
systemd.enable = false;
settings = {
exec-once = [ "waybar" "uwsm app -- keepassxc" "uwsm app -- firefox" ];
exec-once = [ "waybar" "uwsm app -- firefox" ];
"$terminal" = "uwsm app -- kitty";
"$fileManager" = "uwsm app -- thunar";