Regenerated

This commit is contained in:
2026-04-22 12:34:06 +02:00
parent 3d15e4e2d7
commit 8f5996d903
4 changed files with 386 additions and 386 deletions
+382 -382
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1354,7 +1354,7 @@ in
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config,jsonc" = { ".config/waybar/config,jsonc" = {
text = builtins.readFile "${assetPath}/config"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/waybar/style-dark.css" = { ".config/waybar/style-dark.css" = {
@@ -2041,7 +2041,7 @@ in
home.file = { home.file = {
".config/swaync/config.jsonc" = { ".config/swaync/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/swaync/style.css" = { ".config/swaync/style.css" = {
@@ -14,7 +14,7 @@ in
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config,jsonc" = { ".config/waybar/config,jsonc" = {
text = builtins.readFile "${assetPath}/config"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/waybar/style-dark.css" = { ".config/waybar/style-dark.css" = {
@@ -13,7 +13,7 @@ in
home.file = { home.file = {
".config/swaync/config.jsonc" = { ".config/swaync/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/swaync/style.css" = { ".config/swaync/style.css" = {