Add rbw
This commit is contained in:
parent
90a43631bc
commit
556e302e46
1 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,13 @@
|
|||
enableFishIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
base_url = "vault.sudoer777.dev";
|
||||
email = "vaultwarden@sudoer777.dev";
|
||||
};
|
||||
};
|
||||
spicetify =
|
||||
let
|
||||
spicePkgs = spicetify-nix.legacyPackages.${pkgs.system};
|
||||
|
|
Reference in a new issue