fix pass
This commit is contained in:
parent
b868436756
commit
a9cd37c5a6
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user