From 6bbd73c2452136824890ec4061d3f35fce98154e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 12 Nov 2024 01:17:52 +0800 Subject: [PATCH] chore: update depcrated options --- home/base/core/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/core/core.nix b/home/base/core/core.nix index 5fd41631..bf55e013 100644 --- a/home/base/core/core.nix +++ b/home/base/core/core.nix @@ -62,7 +62,7 @@ # do not enable aliases in nushell! enableNushellIntegration = false; git = true; - icons = true; + icons = "auto"; }; # a cat(1) clone with syntax highlighting and Git integration.