diff options
Diffstat (limited to 'machines/x220-gnome/pass.nix')
-rw-r--r-- | machines/x220-gnome/pass.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/x220-gnome/pass.nix b/machines/x220-gnome/pass.nix index 3ccec75..f5b4f27 100644 --- a/machines/x220-gnome/pass.nix +++ b/machines/x220-gnome/pass.nix @@ -5,6 +5,6 @@ ]; environment.variables = { - PASSWORD_STORE_DIR = "'$HOME/.local/share/password-store'"; + PASSWORD_STORE_DIR = "$HOME/.local/share/password-store"; }; } |