vpn eww and eww crash

This commit is contained in:
2026-09-10 21:02:27 +02:00
parent 7bb27f9373
commit a53f120b63
14 changed files with 246 additions and 51 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
, gnugrep
, gnused
, hyprland
, iproute2
, jq
, procps
, systemd
@@ -15,6 +16,6 @@
# profiles and the user (`eww-bar status`, `eww-bar reset`).
writeShellApplication {
name = "eww-bar";
runtimeInputs = [ coreutils eww gnugrep gnused hyprland jq procps systemd util-linux ];
runtimeInputs = [ coreutils eww gnugrep gnused hyprland iproute2 jq procps systemd util-linux ];
text = builtins.readFile ./eww-bar.sh;
}