user/eww: use iwd tools instead of nmcli
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-05-31 02:15:37 +10:00
parent e7588e0be0
commit cc2e9d1a90
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 16 additions and 33 deletions

View file

@ -21,7 +21,7 @@ let
'';
};
in {
home.packages = with pkgs; [ socat ];
home.packages = with pkgs; [ iw socat ];
programs.eww = {
enable = true;
};