Regenerated

This commit is contained in:
2026-04-27 16:35:58 +02:00
parent f988762015
commit 16378146d0
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
@@ -1327,7 +1327,7 @@ This file installs and configures waybar
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }: { lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
let let
# Use the config option defaultUser directly, fallback to "henrov" # Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or ${buildUser} or "henrov"; username = config.defaultUser or "${buildUser}" or "henrov";
basePath = "${mutableConfigPath}"; basePath = "${mutableConfigPath}";
assetPath = "${mutableConfigPath}/waybar"; assetPath = "${mutableConfigPath}/waybar";
in in
@@ -2,7 +2,7 @@
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }: { lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
let let
# Use the config option defaultUser directly, fallback to "henrov" # Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or ${buildUser} or "henrov"; username = config.defaultUser or "${buildUser}" or "henrov";
basePath = "${mutableConfigPath}"; basePath = "${mutableConfigPath}";
assetPath = "${mutableConfigPath}/waybar"; assetPath = "${mutableConfigPath}/waybar";
in in