Regenerated

This commit is contained in:
2026-04-27 20:33:25 +02:00
parent feed32000f
commit 5d1ce337b1
5 changed files with 410 additions and 425 deletions
@@ -22,8 +22,7 @@ in
".config/waybar/style-dark.css".source =
link "${waybarPath}/style-dark.css";
/*
# --- Scripts (DO NOT use builtins.readFile here)
/*
".config/scripts/bluetooth-status.sh".source =
link "${basePath}/scripts/bluetooth-status.sh";
@@ -32,7 +31,7 @@ in
".config/scripts/hypr-workspacesmenu.sh".source =
link "${basePath}/scripts/hypr-workspacesmenu.sh";
*/
*/
};
};
@@ -2,6 +2,7 @@
{ lib, config, pkgs, repoPath, ... }:
let
colors = {
border = "#97C9E6"
crust = "#11111b";
mantle = "#181825";
base = "#1e1e2e";