fix pass
This commit is contained in:
parent
b868436756
commit
a9cd37c5a6
@ -1,18 +1,16 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
passExtensions.pass-otp
|
|
||||||
passExtensions.pass-file
|
|
||||||
];
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
gpg = {
|
gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
password-store = {
|
password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp exts.pass-file exts.pass-import ]);
|
||||||
|
settings = {
|
||||||
|
PASSWORD_STORE_DIR = "\${HOME}/.password-store";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
browserpass = {
|
browserpass = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -20,10 +20,9 @@
|
|||||||
cdi = "zi";
|
cdi = "zi";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
};
|
};
|
||||||
#initExtra = ''
|
initExtra = ''
|
||||||
#eval "$(/opt/homebrew/bin/brew shellenv)"
|
. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
|
||||||
#. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
|
'';
|
||||||
#'';
|
|
||||||
};
|
};
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user