diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index b0c68ae1..f2c90525 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -83,10 +83,10 @@ in }; }; xdg.configFile = { - #hypr = { - # source = ../../../config/hyprland; - # recursive = true; - #}; + hypr = { + source = ../../../config/hyprland; + recursive = true; + }; }; }; };