about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-15 19:16:33 +0200
committerPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-15 19:16:33 +0200
commite31dc7f7f0a0e08fb87e15097fee46127f58abc2 (patch)
treee4d8f1a4f9e2c0f44934f7b530f391b0ce769ad9 /machines
parente93b51f6c1bbd67172b9dfe824e447ad8e536d16 (diff)
downloaddots-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.nix2
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'";
 	};
 }