before we get too crazy

This commit is contained in:
atagen 2026-02-25 14:53:38 +11:00
parent fe668b5b9e
commit 453d780695
21 changed files with 612 additions and 291 deletions

View file

@ -4,15 +4,14 @@
generator = lib.generators.toJSON { };
value = {
email = "boss@atagen.co";
pinentry = lib.getExe pkgs.pinentry-qt; # TODO this is fugly
pinentry = lib.getExe pkgs.pinentry-gtk2; # TODO this is fugly
base_url = "https://vault.lobotomise.me";
};
};
# bitwarden ? element ?
nixpkgs.config.permittedInsecurePackages = [
"electron-36.9.5"
];
# nixpkgs.config.permittedInsecurePackages = [
# "electron-36.9.5"
# ];
apps = with pkgs; {
passwordManager = bitwarden-desktop;
passwordCli = rbw;