about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-15 19:21:22 +0200
committerPatryk Niedźwiedziński <patryk@niedzwiedzinski.cyou>2024-08-15 19:21:22 +0200
commit0b5a7ad3965bad53306f952e776fa593b999664e (patch)
tree03e6e7be9cce565b667939c3c4175181e0bd6dad
parente31dc7f7f0a0e08fb87e15097fee46127f58abc2 (diff)
downloaddots-0b5a7ad3965bad53306f952e776fa593b999664e.tar.gz
dots-0b5a7ad3965bad53306f952e776fa593b999664e.zip
24 current 2024-08-15 19:21:19 24.05.20240626.89c4987 6.6.35 *
-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 8aafa92..3ccec75 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 = "'$HOME/.local/share/password-store'";
 	};
 }