Remove wpa_supplicant_gui

This commit is contained in:
Jan-Bulthuis 2025-04-16 13:05:40 +02:00
parent 5b1022a52b
commit 1300acd7ce
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
pulsemixer pulsemixer
playerctl playerctl
wpa_supplicant_gui # TODO: Move networkmanagerapplet # TODO: Move
]; ];
modules.desktop.reloadScript = '' modules.desktop.reloadScript = ''
@ -43,6 +43,7 @@ in
"mpris" "mpris"
]; ];
modules-right = [ modules-right = [
"tray"
"bluetooth" "bluetooth"
"network" "network"
"pulseaudio" "pulseaudio"