diff --git a/packages/hyprland/default.nix b/packages/hyprland/default.nix index 2ede1a6..306bafe 100644 --- a/packages/hyprland/default.nix +++ b/packages/hyprland/default.nix @@ -12,9 +12,9 @@ force = true; }; - # home.file.".config/hypr/hyprland" = { - # source = builtins.toPath ./custom; - # recursive = true; - # force = true; - # }; + home.file.".config/hypr/hyprland" = { + source = builtins.toPath ./custom; + recursive = true; + force = true; + }; }