config/modules/kakoune/colors/default.nix

9 lines
255 B
Nix
Raw Normal View History

2022-01-10 19:25:34 +01:00
# Import syntax themes
{ lib, theme, pkgs, ... }: [
(import ./haskell.nix { inherit lib theme pkgs; })
(import ./rust.nix { inherit lib theme pkgs; })
(import ./nix.nix { inherit lib theme pkgs; })
(import ./common.nix { inherit lib theme pkgs; })
]