mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-17 04:48:06 +02:00
7 lines
70 B
Nix
7 lines
70 B
Nix
_: {
|
|
imports = [
|
|
./noice
|
|
./modes
|
|
./notifications
|
|
];
|
|
}
|