diff --git a/home/zsh.nix b/home/zsh.nix index 2825b56..1c0beff 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -79,4 +79,8 @@ enable = true; enableZshIntegration = true; }; + + programs.dircolors = { + enable = true; + }; }