switch to bitwarden
This commit is contained in:
parent
8a6b3a3bb7
commit
79216e39e3
4 changed files with 13 additions and 18 deletions
8
users/sid/home/hyprland/bitwarden.nix
Normal file
8
users/sid/home/hyprland/bitwarden.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
wayland.windowManager.hyprland.applications.password-manager.default = "rofi-rbw";
|
||||
|
||||
programs.rbw.settings = {
|
||||
email = "sid@sid.ovh";
|
||||
base_url = "https://pw.sid.ovh";
|
||||
};
|
||||
}
|
||||
|
|
@ -8,11 +8,11 @@
|
|||
{
|
||||
imports = [
|
||||
# ./anyrun.nix
|
||||
./bitwarden.nix
|
||||
./flatpak.nix
|
||||
./fzf-open.nix
|
||||
./gpg.nix
|
||||
./hyprland.nix
|
||||
./librewolf.nix
|
||||
./newsboat.nix
|
||||
./obs-studio.nix
|
||||
./opencode.nix
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
programs.librewolf = {
|
||||
profiles.default.extensions.packages =
|
||||
with inputs.nur.legacyPackages."${system}".repos.rycee.firefox-addons; [
|
||||
bitwarden
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue