enable bitwarden
This commit is contained in:
parent
7aad532afc
commit
bb2cd4733d
3 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
|
bitwarden
|
||||||
evince
|
evince
|
||||||
git-crypt
|
git-crypt
|
||||||
gnome.eog
|
gnome.eog
|
||||||
|
|
|
@ -51,6 +51,11 @@
|
||||||
"installation_mode" = "force_installed";
|
"installation_mode" = "force_installed";
|
||||||
"install_url" = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
"install_url" = "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
||||||
};
|
};
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||||
|
"allowed_types" = "extension";
|
||||||
|
"installation_mode" = "force_installed";
|
||||||
|
"install_url" = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
||||||
|
};
|
||||||
"queryamoid@kaply.com" = {
|
"queryamoid@kaply.com" = {
|
||||||
"allowed_types" = "extension";
|
"allowed_types" = "extension";
|
||||||
"installation_mode" = "force_installed";
|
"installation_mode" = "force_installed";
|
||||||
|
|
|
@ -140,6 +140,9 @@ in {
|
||||||
windowrulev2 = float,class:^(yubico.org.)$
|
windowrulev2 = float,class:^(yubico.org.)$
|
||||||
windowrulev2 = center,class:^(yubico.org.)$
|
windowrulev2 = center,class:^(yubico.org.)$
|
||||||
|
|
||||||
|
windowrulev2 = float,class:^(Bitwarden)$
|
||||||
|
windowrulev2 = center,class:^(Bitwarden)$
|
||||||
|
|
||||||
windowrulev2 = dimaround,class:^(gcr-prompter)$
|
windowrulev2 = dimaround,class:^(gcr-prompter)$
|
||||||
|
|
||||||
exec-once = ${dbus-update-activation-environment} --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL
|
exec-once = ${dbus-update-activation-environment} --systemd DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP XDG_SESSION_TYPE NIXOS_OZONE_WL
|
||||||
|
|
Loading…
Reference in a new issue