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 = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "~/sync/pass";
PASSWORD_STORE_DIR = "/home/naps62/sync/pass";
};
};
}
+2 -1
View File
@@ -4,7 +4,8 @@
rustup
bacon
mprocs
ra-multiplex
pkg-config
openssl
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];