From 6e3b0aa232f6bb34cda630e9f90de1bd456f53b9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 23 Dec 2023 20:32:37 +0800 Subject: [PATCH] profiles/dev: enable eza aliases --- modules/home-manager/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index b61931ff..b2ecfbea 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -159,6 +159,7 @@ in { # Your E last to the A. programs.eza = { enable = true; + enableAliases = true; extraOptions = [ "--group-directories-first" "--header"