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

7 lines
56 B
Nix
Raw Normal View History

{
2023-04-03 12:12:05 +03:00
imports = [
./modes.nix
./config.nix
];
}