From 8816d504cc1a560aeed1fcfecf3d7b83d6ebd811 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 14 Jan 2025 18:14:39 +0000 Subject: [PATCH] wip --- home/common/programs/gpg.nix | 2 +- home/common/programs/rust.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/common/programs/gpg.nix b/home/common/programs/gpg.nix index 3c94cb9..03db2a0 100644 --- a/home/common/programs/gpg.nix +++ b/home/common/programs/gpg.nix @@ -32,7 +32,7 @@ programs.password-store = { enable = true; settings = { - PASSWORD_STORE_DIR = "~/sync/pass"; + PASSWORD_STORE_DIR = "/home/naps62/sync/pass"; }; }; } diff --git a/home/common/programs/rust.nix b/home/common/programs/rust.nix index de63c03..fb41262 100644 --- a/home/common/programs/rust.nix +++ b/home/common/programs/rust.nix @@ -4,7 +4,8 @@ rustup bacon mprocs - ra-multiplex + pkg-config + openssl ]; home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];