From 1c6164fc91f2e09931f69e9902b6e3e84d6732ef Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 16:04:39 -0400 Subject: [PATCH] Just import it we don't care if it's not usable --- modules/home/crow/home.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = {