summaryrefslogtreecommitdiff
path: root/cli/eza
diff options
context:
space:
mode:
Diffstat (limited to 'cli/eza')
-rw-r--r--cli/eza/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/eza/default.nix b/cli/eza/default.nix
new file mode 100644
index 0000000..a8d2f57
--- /dev/null
+++ b/cli/eza/default.nix
@@ -0,0 +1,7 @@
+_: {
+ programs.eza = {
+ enable = true;
+ icons = true;
+ enableFishIntegration = true;
+ };
+}