{ config, pkgs, ... }: let cfg = config.machine; in { config.machine.pkgsets.xpkgs.pkgs = with pkgs; [ feh scrot theme_flat-remix theme_sddm_midnight gnome3.dconf alacritty gnome3.gvfs gvfs oneko pcmanfm lxmenu-data shared_mime_info pavucontrol xclip xlibs.xkill (if (cfg.hostName == "Marid") then xbacklight else xorg.xbacklight) xdiskusage ]; }