Regenerated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user