finding hyprland.conf error

This commit is contained in:
2026-03-15 12:11:51 +00:00
parent 086c818991
commit 11859c0057
+8 -5
View File
@@ -39,10 +39,13 @@ in
} }
// hyprlandConfs; // hyprlandConfs;
# Use a postBuild hook to copy files # Use home-files to copy files
postBuild = '' home-files = [
mkdir -p ~/.config/hypr/ {
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/ path = "hypr";
''; source = "${flakeRoot}/assets/hyprland/conf/hypr";
recursive = true;
}
];
}; };
} }