aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/profiles/home-manager/shell.nix')
-rw-r--r--nix/profiles/home-manager/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index cd37929..bfeeb09 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -67,7 +67,7 @@
# an alternative to ls
programs.eza = {
enable = true;
- icons = false;
+ icons = "never";
enableFishIntegration = false;
extraOptions = [
"--group-directories-first"