swaync: remove unused vpn
button
This commit is contained in:
@@ -48,7 +48,6 @@ in
|
|||||||
# 🎮
|
# 🎮
|
||||||
gps = serviceButton "s6" "eg25-control-gps" "";
|
gps = serviceButton "s6" "eg25-control-gps" "";
|
||||||
cell-modem = serviceButton "s6" "eg25-control-powered" "";
|
cell-modem = serviceButton "s6" "eg25-control-powered" "";
|
||||||
vpn = serviceButton "systemd" "wg-quick-vpn-servo" "vpn::hn";
|
|
||||||
|
|
||||||
gnome-calls = serviceButton "s6" "gnome-calls" "";
|
gnome-calls = serviceButton "s6" "gnome-calls" "";
|
||||||
geary = serviceButton "s6" "geary" "";
|
geary = serviceButton "s6" "geary" "";
|
||||||
|
@@ -192,8 +192,6 @@ in
|
|||||||
lib.optionals config.sane.programs.eg25-control.enabled [
|
lib.optionals config.sane.programs.eg25-control.enabled [
|
||||||
buttons.gps
|
buttons.gps
|
||||||
buttons.cell-modem
|
buttons.cell-modem
|
||||||
] ++ lib.optionals false [
|
|
||||||
buttons.vpn
|
|
||||||
] ++ lib.optionals config.sane.programs.calls.config.autostart [
|
] ++ lib.optionals config.sane.programs.calls.config.autostart [
|
||||||
buttons.gnome-calls
|
buttons.gnome-calls
|
||||||
] ++ lib.optionals config.sane.programs.dino.enabled [
|
] ++ lib.optionals config.sane.programs.dino.enabled [
|
||||||
|
Reference in New Issue
Block a user