This commit is contained in:
Michael Thomson 2024-09-07 13:05:11 -04:00
parent b868436756
commit a9cd37c5a6
No known key found for this signature in database
2 changed files with 7 additions and 10 deletions

View File

@ -1,18 +1,16 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
passExtensions.pass-otp
passExtensions.pass-file
];
programs = {
gpg = {
enable = true;
};
password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp exts.pass-file exts.pass-import ]);
settings = {
PASSWORD_STORE_DIR = "\${HOME}/.password-store";
};
};
browserpass = {
enable = true;

View File

@ -20,10 +20,9 @@
cdi = "zi";
cat = "bat";
};
#initExtra = ''
#eval "$(/opt/homebrew/bin/brew shellenv)"
#. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
#'';
initExtra = ''
. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
'';
};
starship = {
enable = true;