switch back to bitwarden
This commit is contained in:
parent
c649eab38a
commit
e496f90e62
9 changed files with 24 additions and 50 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ ShellRoot {
|
|||
right: true
|
||||
}
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
WlrLayershell.layer: WlrLayer.Bottom
|
||||
WlrLayershell.layer: WlrLayer.Background
|
||||
|
||||
Image {
|
||||
id: img
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@
|
|||
enable = true;
|
||||
scheduler = "scx_bpfland";
|
||||
};
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-gcc;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue