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
|
shellcheck
|
||||||
html-tidy
|
html-tidy
|
||||||
|
|
||||||
|
libsecret
|
||||||
|
|
||||||
waylandpp.dev
|
waylandpp.dev
|
||||||
wayland-utils
|
wayland-utils
|
||||||
libffi.dev
|
libffi.dev
|
||||||
|
@ -143,7 +145,7 @@
|
||||||
via
|
via
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
rbw
|
# rbw
|
||||||
tailscale
|
tailscale
|
||||||
font-manager
|
font-manager
|
||||||
ulauncher
|
ulauncher
|
||||||
|
@ -321,7 +323,6 @@
|
||||||
epkgs.shfmt
|
epkgs.shfmt
|
||||||
epkgs.nixpkgs-fmt
|
epkgs.nixpkgs-fmt
|
||||||
epkgs.nixfmt
|
epkgs.nixfmt
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
|
@ -387,6 +388,7 @@
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
rbw.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
@ -484,13 +486,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
home.file.".npmrc".source = ../dotfiles/dot_npmrc;
|
||||||
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
xdg.configFile."kmonad".source = ../dotfiles/dot_config/kmonad;
|
||||||
xdg.configFile."just/justfile".source = ../dotfiles/dot_config/just/justfile;
|
xdg.configFile."just/justfile".source = ../dotfiles/dot_config/just/justfile;
|
||||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||||
xdg.configFile."git".source = ../dotfiles/dot_config/git;
|
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.".sbclrc".source = ../dotfiles/dot_sbclrc;
|
||||||
home.file.".signature".source = ../dotfiles/dot_signature;
|
home.file.".signature".source = ../dotfiles/dot_signature;
|
||||||
home.file.".config/fish/functions" = {
|
home.file.".config/fish/functions" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue