diff options
author | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-15 19:16:33 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <patryk@niedzwiedzinski.cyou> | 2024-08-15 19:16:33 +0200 |
commit | e31dc7f7f0a0e08fb87e15097fee46127f58abc2 (patch) | |
tree | e4d8f1a4f9e2c0f44934f7b530f391b0ce769ad9 /machines | |
parent | e93b51f6c1bbd67172b9dfe824e447ad8e536d16 (diff) | |
download | dots-e31dc7f7f0a0e08fb87e15097fee46127f58abc2.tar.gz dots-e31dc7f7f0a0e08fb87e15097fee46127f58abc2.zip |
23 current 2024-08-15 19:16:29 24.05.20240626.89c4987 6.6.35 *
Diffstat (limited to 'machines')
-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 4fb9410..8aafa92 100644 --- a/machines/x220-gnome/pass.nix +++ b/machines/x220-gnome/pass.nix @@ -5,6 +5,6 @@ ]; environment.variables = { - PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; + PASSWORD_STORE_DIR = "'$XDG_DATA_HOME/password-store'"; }; } |