finding hyprland.conf error

This commit is contained in:
2026-03-15 12:36:22 +00:00
parent f0ebf6e466
commit c9eac3dc49
+8 -7
View File
@@ -25,16 +25,17 @@ in
enable = true;
};
# First create the directory structure
# Create all files using home.file
home.file = lib.genAttrs hyprlandFiles (name: {
target = "/.config/hypr/${name}";
source = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
});
# Create the directory structure
xdg.configFile = {
"hypr/.keep" = {
text = "";
};
}
// lib.genAttrs hyprlandFiles (name: {
"hypr/${name}" = {
source = "${flakeRoot}/assets/hyprland/conf/hypr/${name}";
};
});
};
};
}