From 6810860b63ef9be95ffc93744688720c83fc8453 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:35:11 -0400 Subject: [PATCH] FIx typo --- modules/home/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 39361c6..e8a5c23 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -11,7 +11,7 @@ }; xdg = { - configHome = "${homeDirectory}/.config"; + configHome = "/home/crow/.config"; enable = true; };