Regenerated

This commit is contained in:
2026-04-27 16:36:39 +02:00
parent 16378146d0
commit d2e1416013
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 "henrov";
basePath = "${mutableConfigPath}";
assetPath = "${mutableConfigPath}/waybar";
in