From 29d27dccfbc2f1a8b55bcfb26fb860bb4b215901 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 8 Feb 2026 08:39:13 +0000 Subject: [PATCH] nushell: Remove deprecated use_ls_colors config option --- profiles/nushell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/nushell.nix b/profiles/nushell.nix index b721e4a..53af940 100644 --- a/profiles/nushell.nix +++ b/profiles/nushell.nix @@ -11,7 +11,6 @@ history = { file_format = "sqlite"; }; - use_ls_colors = true; }; environmentVariables = {