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
+1 -1
View File
@@ -1327,7 +1327,7 @@ This file installs and configures waybar
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
let
# 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}";
assetPath = "${mutableConfigPath}/waybar";
in