Regenerated
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
let
|
||||
# Use the config option defaultUser directly, fallback to "henrov"
|
||||
username = config.defaultUser or "henrov";
|
||||
basePath = "${flakeRoot}/generated/.config";
|
||||
assetPath = "${flakeRoot}/generated/.config/waybar";
|
||||
in
|
||||
{
|
||||
@@ -20,17 +21,17 @@ in
|
||||
force = true;
|
||||
};
|
||||
".config/scripts/bluetooth-status.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/bluetooth-status.sh";
|
||||
text = builtins.readFile "${basePath}/scripts/bluetooth-status.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
};
|
||||
".config/scripts/hypr-workspaces.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/hypr-workspaces.sh";
|
||||
text = builtins.readFile "${basePath}/scripts/hypr-workspaces.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
};
|
||||
".config/scripts/hypr-workspacesmenu.sh" = {
|
||||
text = builtins.readFile "${assetPath}/scripts/hypr-workspacesmenu.sh";
|
||||
text = builtins.readFile "${basePath}/scripts/hypr-workspacesmenu.sh";
|
||||
force = true;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user