Regenerated

This commit is contained in:
2026-04-22 14:53:34 +02:00
parent a736dbfed0
commit 905003f5c7
4 changed files with 388 additions and 388 deletions
+382 -382
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -1346,8 +1346,8 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config.json" = { ".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/waybar/style-dark.css" = { ".config/waybar/style-dark.css" = {
@@ -4647,9 +4647,9 @@ These are config files for waybar
#+END_SRC #+END_SRC
** =generated/.config/waybar/config.json= ** =generated/.config/waybar/config.jsonc=
These are config files for waybar These are config files for waybar
#+BEGIN_SRC json :tangle generated/.config/waybar/config.json :noweb yes :mkdirp yes :eval never #+BEGIN_SRC json :tangle generated/.config/waybar/config.jsonc :noweb yes :mkdirp yes :eval never
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
@@ -13,8 +13,8 @@ in
home-manager.users = { home-manager.users = {
${username} = { ${username} = {
home.file = { home.file = {
".config/waybar/config.json" = { ".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.json"; text = builtins.readFile "${assetPath}/config.jsonc";
force = true; force = true;
}; };
".config/waybar/style-dark.css" = { ".config/waybar/style-dark.css" = {