Regenerated
This commit is contained in:
+381
-381
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{ 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
|
||||
|
||||
Reference in New Issue
Block a user