From a8ff4d169bafcfb8b207bb9cfc79b1244ed6c8ff Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 27 Dec 2024 01:45:14 +0100 Subject: [PATCH] hyprland: access correct file --- modules/hyprland/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 011a8ad02..5785a2085 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -1,7 +1,7 @@ { config, lib, ... }: { - imports = [../hyprpaper]; + imports = [../hyprpaper/hm.nix]; options.stylix.targets.hyprland = { enable = config.lib.stylix.mkEnableTarget "Hyprland" true;