From e55de53710e23883f7daafcb2fc63daf675f0abe Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:19:43 -0400 Subject: [PATCH] Fix typo --- modules/home/crow/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index bd6d06d..69eedd2 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -7,7 +7,8 @@ in { inherit username homeDirectory; stateVersion = system.stateVersion; file = { - ".config/hypr/hyprland.conf".source = ./hyprland.conf + ".config/hypr/hyprland.conf".source = ./hyprland.conf; + }; }; xdg = {