Regenerated

This commit is contained in:
2026-04-11 16:20:12 +02:00
parent 39ac6ab327
commit 4654f3e744
3 changed files with 336 additions and 333 deletions
+328 -327
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -1087,6 +1087,7 @@ This file installs and configures waybar
let let
# Use the config option defaultUser directly, fallback to "henrov" # Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
basePath = "${flakeRoot}/generated/.config";
assetPath = "${flakeRoot}/generated/.config/waybar"; assetPath = "${flakeRoot}/generated/.config/waybar";
in in
{ {
@@ -1105,17 +1106,17 @@ in
force = true; force = true;
}; };
".config/scripts/bluetooth-status.sh" = { ".config/scripts/bluetooth-status.sh" = {
text = builtins.readFile "${assetPath}/scripts/bluetooth-status.sh"; text = builtins.readFile "${basePath}/scripts/bluetooth-status.sh";
force = true; force = true;
executable = true; executable = true;
}; };
".config/scripts/hypr-workspaces.sh" = { ".config/scripts/hypr-workspaces.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspaces.sh"; text = builtins.readFile "${basePath}/scripts/hypr-workspaces.sh";
force = true; force = true;
executable = true; executable = true;
}; };
".config/scripts/hypr-workspacesmenu.sh" = { ".config/scripts/hypr-workspacesmenu.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspacesmenu.sh"; text = builtins.readFile "${basePath}/scripts/hypr-workspacesmenu.sh";
force = true; force = true;
executable = true; executable = true;
}; };
@@ -2,6 +2,7 @@
let let
# Use the config option defaultUser directly, fallback to "henrov" # Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
basePath = "${flakeRoot}/generated/.config";
assetPath = "${flakeRoot}/generated/.config/waybar"; assetPath = "${flakeRoot}/generated/.config/waybar";
in in
{ {
@@ -20,17 +21,17 @@ in
force = true; force = true;
}; };
".config/scripts/bluetooth-status.sh" = { ".config/scripts/bluetooth-status.sh" = {
text = builtins.readFile "${assetPath}/scripts/bluetooth-status.sh"; text = builtins.readFile "${basePath}/scripts/bluetooth-status.sh";
force = true; force = true;
executable = true; executable = true;
}; };
".config/scripts/hypr-workspaces.sh" = { ".config/scripts/hypr-workspaces.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspaces.sh"; text = builtins.readFile "${basePath}/scripts/hypr-workspaces.sh";
force = true; force = true;
executable = true; executable = true;
}; };
".config/scripts/hypr-workspacesmenu.sh" = { ".config/scripts/hypr-workspacesmenu.sh" = {
text = builtins.readFile "${assetPath}/scripts/hypr-workspacesmenu.sh"; text = builtins.readFile "${basePath}/scripts/hypr-workspacesmenu.sh";
force = true; force = true;
executable = true; executable = true;
}; };