obliterate home-manager, rename some elements
This commit is contained in:
parent
5575604452
commit
2c920386f3
50 changed files with 1275 additions and 1401 deletions
|
@ -1,14 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
hm.programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user.xdg.config.files."rbw/config.json" = {
|
||||
generator = lib.generators.toJSON { };
|
||||
value = {
|
||||
email = "boss@atagen.co";
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
pinentry = lib.getExe pkgs.pinentry-qt;
|
||||
base_url = "https://v.atagen.co";
|
||||
};
|
||||
};
|
||||
hm.programs.git.extraConfig.credential.helper = "rbw";
|
||||
|
||||
home.packages = [ pkgs.bitwarden ];
|
||||
user.packages = [
|
||||
pkgs.rbw
|
||||
pkgs.bitwarden
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue