neovim-flake/modules/theme/default.nix
2023-04-02 19:16:05 +03:00

6 lines
63 B
Nix

{...}: {
imports = [
./theme.nix
./config.nix
];
}