rbw nonsense
This commit is contained in:
parent
8a2d29104b
commit
f7c94418e7
2 changed files with 17 additions and 3 deletions
12
dotfiles/dot_config/rbw/config.json
Normal file
12
dotfiles/dot_config/rbw/config.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"email": "matt@emenel.ca",
|
||||
"sso_id": null,
|
||||
"base_url": null,
|
||||
"identity_url": null,
|
||||
"ui_url": null,
|
||||
"notifications_url": null,
|
||||
"lock_timeout": 3600,
|
||||
"sync_interval": 999999999,
|
||||
"pinentry": "pinentry",
|
||||
"client_cert_path": null
|
||||
}
|
|
@ -103,6 +103,8 @@
|
|||
shellcheck
|
||||
html-tidy
|
||||
|
||||
libsecret
|
||||
|
||||
waylandpp.dev
|
||||
wayland-utils
|
||||
libffi.dev
|
||||
|
@ -143,7 +145,7 @@
|
|||
via
|
||||
bitwarden-cli
|
||||
bitwarden-desktop
|
||||
rbw
|
||||
# rbw
|
||||
tailscale
|
||||
font-manager
|
||||
ulauncher
|
||||
|
@ -321,7 +323,6 @@
|
|||
epkgs.shfmt
|
||||
epkgs.nixpkgs-fmt
|
||||
epkgs.nixfmt
|
||||
|
||||
];
|
||||
};
|
||||
ripgrep = {
|
||||
|
@ -387,6 +388,7 @@
|
|||
lazygit.enable = true;
|
||||
jq.enable = true;
|
||||
firefox.enable = true;
|
||||
rbw.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
@ -484,13 +486,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
||||
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
||||
xdg.configFile."just/justfile".source = ../dotfiles/dot_config/just/justfile;
|
||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||
xdg.configFile."git".source = ../dotfiles/dot_config/git;
|
||||
xdg.configFile."rbw".source = ../dotfiles/dot_config/rbw;
|
||||
home.file.".sbclrc".source = ../dotfiles/dot_sbclrc;
|
||||
home.file.".signature".source = ../dotfiles/dot_signature;
|
||||
home.file.".config/fish/functions" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue