neovim-flake/modules/statusline/default.nix

8 lines
48 B
Nix

{
...
}: {
imports = [
./lualine
];
}