Regenerated

This commit is contained in:
2026-04-27 16:34:23 +02:00
parent 23689dd1e1
commit f988762015
4 changed files with 450 additions and 486 deletions
@@ -1,10 +1,10 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ lib, config, pkgs, flakeRoot, ... }:
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
let
# Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or "henrov";
basePath = "${flakeRoot}/generated/.config";
assetPath = "${flakeRoot}/generated/.config/waybar";
username = config.defaultUser or ${buildUser} or "henrov";
basePath = "${mutableConfigPath}";
assetPath = "${mutableConfigPath}/waybar";
in
{
# Install Waybar system-wide