Regenerated
This commit is contained in:
+328
-327
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user