switch to bitwarden

This commit is contained in:
sid 2026-05-18 16:48:50 +02:00
parent 8a6b3a3bb7
commit 79216e39e3
4 changed files with 13 additions and 18 deletions

8
flake.lock generated
View file

@ -6856,11 +6856,11 @@
"stylix": "stylix_8" "stylix": "stylix_8"
}, },
"locked": { "locked": {
"lastModified": 1778449158, "lastModified": 1779115194,
"narHash": "sha256-CFmp5RjuwC6OjoSFNE9Fu4kJ526W6Y6G+SEXqRndP/I=", "narHash": "sha256-lDErrnCaaGu+FnnOk4uUfn90aDsWM3lhmgji57PsOaw=",
"ref": "release-25.11", "ref": "release-25.11",
"rev": "d953dd7f8a5d66dc1e98976a9d9a3f76f8e649bc", "rev": "5e963c26ecd71d85b087b302389ec9e5e9c9a0dc",
"revCount": 72, "revCount": 78,
"type": "git", "type": "git",
"url": "https://git.sid.ovh/sid/synix.git" "url": "https://git.sid.ovh/sid/synix.git"
}, },

View 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";
};
}

View file

@ -8,11 +8,11 @@
{ {
imports = [ imports = [
# ./anyrun.nix # ./anyrun.nix
./bitwarden.nix
./flatpak.nix ./flatpak.nix
./fzf-open.nix ./fzf-open.nix
./gpg.nix ./gpg.nix
./hyprland.nix ./hyprland.nix
./librewolf.nix
./newsboat.nix ./newsboat.nix
./obs-studio.nix ./obs-studio.nix
./opencode.nix ./opencode.nix

View file

@ -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
];
};
}