This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/dircolors.nix

7 lines
110 B
Nix
Raw Normal View History

2022-09-10 05:44:34 +01:00
{ config, pkgs, ... }: {
programs.dircolors = {
enable = true;
enableFishIntegration = true;
};
}