blob: b9a60bea9caa59cc1d7ce500e3c70671324754e6 [file] [log] [blame]
{ inputs, pkgs, ... }:
{
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./config;
};
/* bluetoothctl
wpa_cli
pamixer
rfkill -> util-linux
cat
bash
date
*/
# wpa_cli disable_network
# $RUN_wpa_cli
}