aboutsummaryrefslogtreecommitdiff
path: root/modules/colors/default.nix
blob: 8bf8a33f85e23e7c26e3c487d88229c6bd00fdd7 (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  imports = [
    ./mountain.nix
    ./default-dark.nix
    ./tomorrow.nix
    ./google-dark.nix
  ];
}