nix-dotfiles/modules/hm/dircolors.nix
2023-07-19 10:42:09 +01:00

7 lines
120 B
Nix

{
programs.dircolors = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}