correct home.file merging because I'm a fucking idiot

This commit is contained in:
smayzy 2025-07-13 16:07:22 +02:00
parent a17e38a905
commit 25971a4629

View File

@ -5,7 +5,7 @@ in
{ {
config = mkIf smayzy.hyprland.enable { config = mkIf smayzy.hyprland.enable {
home.file = builtins.foldl' lib.recursiveUpdate {} [ home.file = lib.mkMerge [
{ {
".config/mako/config" = { ".config/mako/config" = {
source = builtins.toPath ../../dotfiles/mako/config; source = builtins.toPath ../../dotfiles/mako/config;