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:24:41 +0200
committerPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-15 19:24:41 +0200
commiteb6404a4fd38bac0bf620ddcfd159a3b59f3972d (patch)
tree25c31124cf89d0952e80229f2543c7647ac156e4 /machines
parent0b5a7ad3965bad53306f952e776fa593b999664e (diff)
downloaddots-eb6404a4fd38bac0bf620ddcfd159a3b59f3972d.tar.gz
dots-eb6404a4fd38bac0bf620ddcfd159a3b59f3972d.zip
25 current 2024-08-15 19:24:37 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 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";
 	};
 }