Files
Hyprland-gentoo/dotfiles/nvim/nixos/default.nix
T
2025-02-25 20:55:43 -05: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
];
}