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;
# Use a postBuild hook to copy files
postBuild = ''
mkdir -p ~/.config/hypr/
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
'';
# Use home-files to copy files
home-files = [
{
path = "hypr";
source = "${flakeRoot}/assets/hyprland/conf/hypr";
recursive = true;
}
];
};
}