dotfiles/programs/dircolors.nix

9 lines
115 B
Nix
Raw Normal View History

2023-05-17 01:18:35 +02:00
{ config, pkgs, lib, ... }:
{
programs.dircolors = {
enable = true;
enableZshIntegration = true;
};
}