Regenerated

This commit is contained in:
2026-04-29 07:48:29 +02:00
parent 8d46e2ded6
commit 9468f2653b
3 changed files with 390 additions and 390 deletions
+386 -386
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1355,9 +1355,9 @@ in
{ {
home.file = { home.file = {
".config/waybar/config.jsonc".source = ".config/waybar/config.jsonc".source =
"${flakeRoot}/generated/.config/waybar/config.jsonc"; "${repoPath}/generated/.config/waybar/config.jsonc";
".config/waybar/style-dark.css".source = ".config/waybar/style-dark.css".source =
"${flakeRoot}/generated/.config/waybar/style-dark.css"; "${repoPath}/generated/.config/waybar/style-dark.css";
}; };
}; };
@@ -10,9 +10,9 @@ in
{ {
home.file = { home.file = {
".config/waybar/config.jsonc".source = ".config/waybar/config.jsonc".source =
"${flakeRoot}/generated/.config/waybar/config.jsonc"; "${repoPath}/generated/.config/waybar/config.jsonc";
".config/waybar/style-dark.css".source = ".config/waybar/style-dark.css".source =
"${flakeRoot}/generated/.config/waybar/style-dark.css"; "${repoPath}/generated/.config/waybar/style-dark.css";
}; };
}; };