This commit is contained in:
Miguel Palhas
2025-01-14 18:14:39 +00:00
parent 1ad9d383ee
commit 8816d504cc
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
programs.password-store = { programs.password-store = {
enable = true; enable = true;
settings = { settings = {
PASSWORD_STORE_DIR = "~/sync/pass"; PASSWORD_STORE_DIR = "/home/naps62/sync/pass";
}; };
}; };
} }
+2 -1
View File
@@ -4,7 +4,8 @@
rustup rustup
bacon bacon
mprocs mprocs
ra-multiplex pkg-config
openssl
]; ];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ]; home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];