neovim-flake/modules/ui/default.nix

8 lines
70 B
Nix
Raw Normal View History

2023-02-06 01:55:19 +01:00
_: {
imports = [
./noice
2023-04-03 11:12:05 +02:00
./modes
./notifications
2023-02-06 01:55:19 +01:00
];
}