mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
added wpa gui
This commit is contained in:
parent
8f8ba0d250
commit
1a57beaf6c
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# essentials
|
||||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xsel
|
||||
lightlocker
|
||||
|
|
Loading…
Reference in a new issue