From e364359bdbafb0d7ea2999284ad78c85540d47f8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 21 Jan 2025 12:41:20 +0100 Subject: [PATCH] eza: no icons --- users/pbsds/home/profiles/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index ab9f7cb..89aa76d 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -110,7 +110,7 @@ in programs.eza.enableAliases = lib.mkIf (lib.versionOlder config.home.version.release "24.05") true; programs.eza.enableBashIntegration = true; programs.eza.enableZshIntegration = true; - programs.eza.icons = "auto"; # --icons=auto + #programs.eza.icons = "auto"; # --icons=auto programs.eza.extraOptions = [ "--group" "--group-directories-first" ]; #programs.zoxide.enable = true;