finding hyprland.conf error

This commit is contained in:
2026-03-15 12:24:08 +00:00
parent b5fe43fc80
commit 914e37f812
+5 -5
View File
@@ -35,10 +35,10 @@ in
};
};
# Add activation script to create symlinks
system.activationScripts.hyprlandLinks = ''
mkdir -p ~/.config/hypr/
ln -sf ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
'';
# Use home.file to create explicit symlinks for each file
home.file = lib.genAttrs files (name: {
target = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
path = "/.config/hypr/${name}";
});
};
}