{ pkgs, ... }: { home.packages = with pkgs; [ # For Noto Sans NF nerdfonts ]; programs.eww = { enable = true; configDir = ./config; }; }