{ config, lib, pkgs, modulesPath, ... }: let chicago95 = import ./pkg_chicago95.nix { pkgs }; in { services.xserver.windowManager.icewm.enable = true; services.xserver.windowManager.windowmaker.enable = true; services.xserver.desktopManager.xfce.enable = true; environment.systemPackages = with pkgs; [ # theming onestepback feh lxappearance chicago95 libsForQt5.qtstyleplugins libsForQt5.qt5ct ]; }