neovim-flake/modules/statusline/default.nix
2023-03-31 18:47:17 +03:00

5 lines
44 B
Nix

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