Regenerated

This commit is contained in:
2026-03-27 15:32:17 +00:00
parent 2f857053fa
commit f86a1e6689
3 changed files with 309 additions and 309 deletions
+303 -303
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -942,13 +942,13 @@ in
${username} = {
home.file = {
".config/wofi/config" = {
text = "${assetPath}/config";
text = builtins.readFile "${assetPath}/config";
force = true;
};
".config/wofi/style.css" = {
text = "${assetPath}/style.css";
text = builtins.readFile "${assetPath}/style.css";
force = true;
};
};;
};
};
};
@@ -11,13 +11,13 @@ in
${username} = {
home.file = {
".config/wofi/config" = {
text = "${assetPath}/config";
text = builtins.readFile "${assetPath}/config";
force = true;
};
".config/wofi/style.css" = {
text = "${assetPath}/style.css";
text = builtins.readFile "${assetPath}/style.css";
force = true;
};
};;
};
};
};