{ pkgs, ... }: { home.packages = with pkgs; [ zsh bluez brightnessctl ]; programs.eww = { enable = true; configDir = ./config; }; }