From 8feb48a7c343da724e3e7d7dd4e62f5c446a5b2c Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 6 May 2020 00:30:59 +1000 Subject: [PATCH] Added configuration tools --- roles/xmonad.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/xmonad.nix b/roles/xmonad.nix index 676ec21..1d8a484 100644 --- a/roles/xmonad.nix +++ b/roles/xmonad.nix @@ -52,6 +52,8 @@ # Install other packages that I require to be used with xmonad. environment.systemPackages = with pkgs; [ feh # A light-weight image viewer to set backgrounds + gnome-themes-extra # Provides Adwaita-dark + gnome3.gnome-tweaks # A tool to customize advanced GNOME 3 options haskellPackages.libmpd # Shows MPD status in xmobar haskellPackages.xmobar # A minimalistic text based status bar haskellPackages.xmonad # Required for user rebuild with (ie: [alt]+Q)