Remove wpa_supplicant_gui
This commit is contained in:
parent
5b1022a52b
commit
1300acd7ce
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue