mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
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:
parent
d7179b75a8
commit
cfc656cf96
4 changed files with 4 additions and 26 deletions
|
@ -9,9 +9,9 @@
|
||||||
OfferToSaveLogins = false;
|
OfferToSaveLogins = false;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
# KeePassXC-Browser
|
# Bitwarden Password Manager
|
||||||
"keepassxc-browser@keepassxc.org" = {
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
||||||
installation_mode = "normal_installed";
|
installation_mode = "normal_installed";
|
||||||
};
|
};
|
||||||
# Vimium C
|
# Vimium C
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
package = pkgs.hyprland;
|
package = pkgs.hyprland;
|
||||||
systemd.enable = false;
|
systemd.enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = [ "waybar" "uwsm app -- keepassxc" "uwsm app -- firefox" ];
|
exec-once = [ "waybar" "uwsm app -- firefox" ];
|
||||||
|
|
||||||
"$terminal" = "uwsm app -- kitty";
|
"$terminal" = "uwsm app -- kitty";
|
||||||
"$fileManager" = "uwsm app -- thunar";
|
"$fileManager" = "uwsm app -- thunar";
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -13,10 +13,6 @@
|
||||||
"tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; };
|
"tablet" = { id = "BCSESXD-F5NOKTH-QPTHZEY-XITQPKC-BVWMA36-YM72QIS-JOUPIGN-2S7LRAU"; };
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"keepass" = {
|
|
||||||
path = "/data/Backup/Keepass/";
|
|
||||||
devices = [ "phone" ];
|
|
||||||
};
|
|
||||||
"obsidian" = {
|
"obsidian" = {
|
||||||
path = "/data/Backup/Obsidian/";
|
path = "/data/Backup/Obsidian/";
|
||||||
devices = [ "phone" "tablet" ];
|
devices = [ "phone" "tablet" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue