browserpass

This commit is contained in:
Ivan Dimitrov 2023-10-02 10:45:49 +03:00
parent 03ccc06a2a
commit 13b1592301
3 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,6 @@
ripgrep ripgrep
mupdf mupdf
gopass gopass
gopass-jsonapi
pavucontrol pavucontrol
bat bat
trashy trashy

View File

@ -39,5 +39,6 @@
pull.rebase = true; pull.rebase = true;
}; };
}; };
browserpass.enable = true;
}; };
} }

View File

@ -6,6 +6,9 @@
loginExtra = '' loginExtra = ''
[ "$(tty)" = "/dev/tty1" ] && exec sway [ "$(tty)" = "/dev/tty1" ] && exec sway
''; '';
sessionVariables = {
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
shellAliases = { shellAliases = {
gad = "git add . && git diff --cached"; gad = "git add . && git diff --cached";
gac = "ga && gc"; gac = "ga && gc";