neovim-flake/modules/ui/default.nix

9 lines
88 B
Nix

_: {
imports = [
./noice
./modes
./notifications
./smartcolumn
];
}