finding hyprland.conf error

This commit is contained in:
2026-03-15 12:16:55 +00:00
parent 6a46083e56
commit 2841e8278a
+6 -8
View File
@@ -32,13 +32,11 @@ in
};
# 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;
}
];
xdg.configFile = {
"hypr/.keep" = {
text = "";
};
}
// hyprlandConfs;
};
}