mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21: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
|
-- Autstart some stuff
|
||||||
awful.spawn.with_shell("light-locker --lock-on-lid")
|
awful.spawn.with_shell("light-locker --lock-on-lid")
|
||||||
|
awful.spawn.with_shell("wpa_gui -t")
|
||||||
|
|
||||||
-- Handle runtime errors after startup
|
-- Handle runtime errors after startup
|
||||||
do
|
do
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# essentials
|
# essentials
|
||||||
|
wpa_supplicant_gui
|
||||||
pcmanfm
|
pcmanfm
|
||||||
xsel
|
xsel
|
||||||
lightlocker
|
lightlocker
|
||||||
|
|
Loading…
Reference in a new issue