1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 12:59:49 +01:00
neovim-flake/modules/plugins/ui/modes/default.nix

6 lines
56 B
Nix

{
imports = [
./modes.nix
./config.nix
];
}