diff --git a/home/modules/graphical/firefox.nix b/home/modules/graphical/firefox.nix index 41000d5..8dcfd07 100644 --- a/home/modules/graphical/firefox.nix +++ b/home/modules/graphical/firefox.nix @@ -9,9 +9,9 @@ OfferToSaveLogins = false; PasswordManagerEnabled = false; ExtensionSettings = { - # KeePassXC-Browser - "keepassxc-browser@keepassxc.org" = { - install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi"; + # Bitwarden Password Manager + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; installation_mode = "normal_installed"; }; # Vimium C diff --git a/home/modules/graphical/hyprland.nix b/home/modules/graphical/hyprland.nix index 98bd816..e37429a 100644 --- a/home/modules/graphical/hyprland.nix +++ b/home/modules/graphical/hyprland.nix @@ -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"; diff --git a/home/modules/graphical/keepassxc.nix b/home/modules/graphical/keepassxc.nix deleted file mode 100644 index 37d87ab..0000000 --- a/home/modules/graphical/keepassxc.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - programs.keepassxc = { - enable = true; - settings = { - Browser = { - Enabled = true; - UpdateBinaryPath = false; - AllowLocalhostWithPasskeys = true; - }; - GUI = { - MinimizeToTray = true; - MinimizeOnStartup = true; - MinimizeOnClose = true; - ShowTrayIcon = true; - }; - }; - }; -} diff --git a/hosts/nixos/modules/services/syncthing.nix b/hosts/nixos/modules/services/syncthing.nix index 698138b..cae28c5 100644 --- a/hosts/nixos/modules/services/syncthing.nix +++ b/hosts/nixos/modules/services/syncthing.nix @@ -13,10 +13,6 @@ "tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; }; }; folders = { - "keepass" = { - path = "/data/Backup/Keepass/"; - devices = [ "phone" ]; - }; "obsidian" = { path = "/data/Backup/Obsidian/"; devices = [ "phone" "tablet" ];