diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index a9ae39c..e74b21f 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -5,7 +5,7 @@ in { config = mkIf smayzy.hyprland.enable { - home.file = builtins.foldl' lib.recursiveUpdate {} [ + home.file = lib.mkMerge [ { ".config/mako/config" = { source = builtins.toPath ../../dotfiles/mako/config;