From 25971a462944a100010579e1c8234c7b99ffaf1b Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 13 Jul 2025 16:07:22 +0200 Subject: [PATCH] correct home.file merging because I'm a fucking idiot --- modules/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;