From ecc48739751866ff3d5bad2dcde27614cf13dd40 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 16 Dec 2024 11:18:19 +0000 Subject: [PATCH] Update eza default args --- system/home/shell/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 9ded70c1..4d2c65bc 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -34,7 +34,10 @@ enable = true; git = true; icons = "auto"; - extraOptions = [ "--octal-permissions" ]; + extraOptions = [ + "--header" + "--time-style=iso" + ]; }; fzf = { enable = true;