From aeeaccae2387e97a041821f79283b28fb64c1810 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 21 Sep 2025 21:45:31 +0200 Subject: [PATCH] removes missing option --- hosts/dnsc-air/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 000309a..975f458 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -138,7 +138,6 @@ # Shells environment.shells = [ pkgs.bash ]; programs.bash = { - enableLsColors = true; completion.enable = true; };