{config, pkgs, ... } : { environment.systemPackages = with pkgs; [ fuzzel xwayland-satellite kdlfmt xdg-desktop-portal-gnome brightnessctl # control device brightness foot # terminal swaybg # the wallpaper wofi # launch programs mako # the notification daemon, the same as dunst wl-clipboard # copying and pasting jq # cli json processor necessary for dynamic screencast # audio alsa-utils # provides amixer/alsamixer/... mpd # for playing system sounds mpc # command-line pmd client ncmpcpp # a mpd client with a UI networkmanagerapplet # provide GUI app: nm-connection-editor kdePackages.polkit-kde-agent-1 ]; fonts.packages = with pkgs; [ font-awesome # fixes waybar fonts ]; programs.niri.enable = true; }