From 88febf1cd6d997acac84cbdb8d8243e3f42f610e Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Thu, 25 Jul 2024 18:53:47 +1000 Subject: [PATCH] Add eza aliased to `ls` ls, but with icons --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 4a9ae87..0aa2974 100644 --- a/flake.nix +++ b/flake.nix @@ -360,6 +360,15 @@ enableBashIntegration = true; enableZshIntegration = true; }; + + programs.eza = { + enable = true; + git = true; + icons = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; + programs._1password-shell-plugins = { enable = true;