diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T18·40+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T18·40+0200 |
commit | 10d1ad92801ce667e07fc4726914e50a13a3e420 (patch) | |
tree | ad415a15cc0ad1a4b3950871b05dce8d88b93654 | |
parent | bbd39eaf16af68a1c37db16efa3362dffffd71c9 (diff) |
feat: Numix GTK theme!
* Add Numix GTK theme ... though it seems like the icon theme is broken. * use stable exa
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index df87c32aac3c..02c6c3288506 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 ]; }; |