summaryrefslogblamecommitdiff
path: root/nixos/95theme.nix
blob: adfcdf119d2e7b3f1b83f08a054fe76a7068c03e (plain) (tree)
1
2
                                        
                                                    















                                                           
{ 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
  ];
}