diff --git a/home-manager/modules/common/default.nix b/home-manager/modules/common/default.nix index 0e8ef75..d33a54a 100644 --- a/home-manager/modules/common/default.nix +++ b/home-manager/modules/common/default.nix @@ -3,6 +3,13 @@ # Home Manager needs a bit of information about you and the # paths it should manage. programs = { + dircolors = { + enable = true; + enableBashIntegration = true; + settings = { + DIR = "0;34"; + }; + }; bash = { enable = true; shellAliases = {