home: extract dircolors configuration

This commit is contained in:
Bruno BELANYI 2023-04-26 20:49:21 +01:00
parent 1d7b9b99db
commit 0ab56888bd
3 changed files with 16 additions and 4 deletions

View file

@ -104,9 +104,5 @@ in
# Enable VTE integration
enableVteIntegration = true;
};
programs.dircolors = {
enable = true;
};
};
}