added wpa gui

This commit is contained in:
Rouven Seifert 2022-12-29 15:11:01 +01:00
parent 8f8ba0d250
commit 1a57beaf6c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ require("awful.hotkeys_popup.keys")
-- Autstart some stuff
awful.spawn.with_shell("light-locker --lock-on-lid")
awful.spawn.with_shell("wpa_gui -t")
-- Handle runtime errors after startup
do

View file

@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
# essentials
wpa_supplicant_gui
pcmanfm
xsel
lightlocker