From 10d1ad92801ce667e07fc4726914e50a13a3e420 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Oct 2017 20:40:41 +0200 Subject: [PATCH] feat: Numix GTK theme! * Add Numix GTK theme ... though it seems like the icon theme is broken. * use stable exa --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index df87c32aa..02c6c3288 100644 --- a/configuration.nix +++ b/configuration.nix @@ -71,7 +71,8 @@ in { packages = with pkgs; [ jetbrains.idea-community pavucontrol spotify xclip tdesktop rofi rofi-pass alacritty i3lock unstable.firefox-beta-bin fd - tig kubernetes xfce.xfce4-screenshooter unstable.exa + tig kubernetes xfce.xfce4-screenshooter exa lxappearance-gtk3 + numix-gtk-theme numix-icon-theme unstable.numix-cursor-theme ]; };