Hyprland-dotfiles/nvim/nixos/default.nix

8 lines
206 B
Nix
Raw Normal View History

2024-07-21 02:51:17 -04:00
# 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
];
}