{ config, lib, pkgs, ... }: { imports = [ ]; config = lib.mkIf config.me.graphical { environment.systemPackages = with pkgs; [ wlvncc ]; }; }