From 9e60dd04b3af0138aad91aac682fbeac6b452b0e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Oct 2017 18:12:33 +0200 Subject: [PATCH] feat: Install exa --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 06d63d05f..d868a73eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,7 @@ 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 + tig kubernetes xfce.xfce4-screenshooter unstable.exa ]; };