# Airplane mode — runtime kill-switch for Wi-Fi + Bluetooth together. # Implementation: pkgs/nomarchy-airplane. Session state under # $XDG_RUNTIME_DIR; Waybar plane glyph self-hides when off. { config, lib, pkgs, ... }: { config = { home.packages = [ pkgs.nomarchy-airplane ]; }; }