From 433e009ddc88de9c1de8bd2131a812b68704f093 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 20 Apr 2026 18:33:23 +0530 Subject: This is supposed to crash an automated commit --- home/eza.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/eza.nix (limited to 'home/eza.nix') diff --git a/home/eza.nix b/home/eza.nix new file mode 100644 index 0000000..c501dc5 --- /dev/null +++ b/home/eza.nix @@ -0,0 +1,11 @@ +{ + programs.eza = { + enable = true; + icons = "auto"; + + extraOptions = [ + "--group-directories-first" + "--no-quotes" + ]; + }; +} -- cgit v1.1