{ config, lib, pkgs, ... }: { imports = [./global.nix ./x11.nix]; services = { xserver = { # dpi = 180; windowManager.awesome.enable = true; }; }; }