From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/eza.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 home/profiles/eza.nix (limited to 'home/profiles/eza.nix') diff --git a/home/profiles/eza.nix b/home/profiles/eza.nix deleted file mode 100644 index cf34d5c..0000000 --- a/home/profiles/eza.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ ... }: -{ - programs.eza = { - enable = true; - icons = "always"; - colors = "always"; - git = true; - # I setup my own aliases - enableFishIntegration = false; - extraOptions = [ - "--group-directories-first" - "--no-quotes" - "--git-ignore" - ]; - }; - - programs.fish.shellAliases = { - la = "eza -la"; - ll = "eza -la -L=1"; - lt = "eza -aT -L=2"; - }; -} -- cgit v1.2.3