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; };