Compare commits

..

No commits in common. "09ae0a2dc498f1952ccac0ea6bfa1beeceba48f1" and "32c6f4a42f14b9433dc72b51459432de6e17ea0f" have entirely different histories.

View file

@ -32,10 +32,7 @@ in {
mtr
ncdu
pry
pwgen
rustup
tmux
unar
virt-manager
wget
yt-dlp
@ -70,7 +67,6 @@ in {
# password-store
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
};