Regenerated

This commit is contained in:
2026-04-22 12:44:16 +02:00
parent 758c03a9bf
commit eafce390d6
3 changed files with 383 additions and 383 deletions
+381 -381
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1353,7 +1353,7 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config,jsonc" = { ".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.jsonc"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
@@ -13,7 +13,7 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config,jsonc" = { ".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.jsonc"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };