switch back to bitwarden

This commit is contained in:
atagen 2025-10-03 14:14:13 +10:00
parent c649eab38a
commit e496f90e62
9 changed files with 24 additions and 50 deletions

View file

@ -55,8 +55,7 @@ scope "programs.firefox" {
"vimium-c@gdh1995.cn" = officialAddon "vimium-c";
"{b86e4813-687a-43e6-ab65-0bde4ab75758}" = officialAddon "localcdn-fork-of-decentraleyes";
"jid1-5Fs7iTLscUaZBgwr@jetpack" = officialAddon "happy-bonobo-disable-webrtc";
"keepassxc-browser@keepassxc.org" = officialAddon "keepassxc-browser";
# "{446900e4-71c2-419f-a6a7-df9c091e268b}" = officialAddon "bitwarden-password-mananger";
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = officialAddon "bitwarden-password-mananger";
};
Preferences = {

View file

@ -29,7 +29,7 @@ ShellRoot {
right: true
}
exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Bottom
WlrLayershell.layer: WlrLayer.Background
Image {
id: img

View file

@ -29,7 +29,7 @@ scope "user" {
"https://git.atagen.co/".insteadOf = "atagen:";
"https://codeberg.org/".insteadOf = "codeberg:";
};
credential.helper = "keepassxc --git-groups";
credential.helper = "rbw";
};
integrations = {
difftastic.enable = true;

View file

@ -7,5 +7,5 @@
enable = true;
scheduler = "scx_bpfland";
};
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelPackages = pkgs.linuxPackages_cachyos-gcc;
}

View file

@ -1,17 +1,15 @@
{ pkgs, lib, ... }:
{
# user.xdg.config.files."rbw/config.json" = {
# generator = lib.generators.toJSON { };
# value = {
# email = "boss@atagen.co";
# pinentry = lib.getExe pkgs.pinentry-qt;
# base_url = "https://v.atagen.co";
# };
# };
user.xdg.config.files."rbw/config.json" = {
generator = lib.generators.toJSON { };
value = {
email = "boss@atagen.co";
pinentry = lib.getExe pkgs.pinentry-qt;
base_url = "https://vault.atagen.co";
};
};
apps = with pkgs; {
migration = keepassxc;
migrationCli = git-credential-keepassxc;
passwordManager = bitwarden;
passwordCli = rbw;
};