diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 14eb158..aa39344 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -4,9 +4,7 @@ username = "crow"; homeDirectory = "/home/crow"; stateVersion = "24.05"; - file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable { - source = ./hyprland.conf; - }; + file.".config/hypr/hyprland.conf".source = ./hyprland.conf; }; xdg = {