{ config, pkgs, lib, ... }: let isgraphical = config.variables.graphical; cursorsize = if config.variables.hostName == "nucturne" then 14 else 16; in { networking.networkmanager.enable = isgraphical; services = { xserver = { enable = isgraphical; displayManager.lightdm = { enable = isgraphical; greeters.gtk.cursorTheme.size = cursorsize; }; # displayManager.sessionCommands = '' # ${pkgs.xorg.xrdb}/bin/xrdb -merge <