Hyprland-dotfiles/nvim/nixos/default.nix
2024-07-21 02:51:17 -04:00

8 lines
206 B
Nix

# NOTE: to add more language support, make a directory under `nixos`, followed by the language name and `default.nix`. See `dotnet/default.nix` for example.
{
imports = [
./dotnet
./neovim
];
}