finding hyprland.conf error

This commit is contained in:
2026-03-15 12:14:21 +00:00
parent 11859c0057
commit 6a46083e56
+2 -9
View File
@@ -31,20 +31,13 @@ in
enable = true;
};
# Ensure the Hyprland config directory exists and include all files
xdg.configFile = {
"hypr/.keep" = {
text = "";
};
}
// hyprlandConfs;
# Use home-files to copy files
# Create symlinks in ~/.config/hypr to all the files in assets/hyprland/conf/hypr
home-files = [
{
path = "hypr";
source = "${flakeRoot}/assets/hyprland/conf/hypr";
recursive = true;
symlink = true;
}
];
};