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,... }:
|
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
|
||||||
let
|
let
|
||||||
# Use the config option defaultUser directly, fallback to "henrov"
|
# Use the config option defaultUser directly, fallback to "henrov"
|
||||||
username = config.defaultUser or "${buildUser}" or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
basePath = "${mutableConfigPath}";
|
basePath = "${mutableConfigPath}";
|
||||||
assetPath = "${mutableConfigPath}/waybar";
|
assetPath = "${mutableConfigPath}/waybar";
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
|
{ lib, config, pkgs, flakeRoot, buildUser, repoPath, mutableConfigPath,... }:
|
||||||
let
|
let
|
||||||
# Use the config option defaultUser directly, fallback to "henrov"
|
# Use the config option defaultUser directly, fallback to "henrov"
|
||||||
username = config.defaultUser or "${buildUser}" or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
basePath = "${mutableConfigPath}";
|
basePath = "${mutableConfigPath}";
|
||||||
assetPath = "${mutableConfigPath}/waybar";
|
assetPath = "${mutableConfigPath}/waybar";
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user