neovim-flake/modules/statusline/default.nix

6 lines
44 B
Nix

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