neovim-flake/modules/statusline/default.nix

11 lines
73 B
Nix
Raw Normal View History

{
pkgs,
config,
lib,
...
}: {
imports = [
./lualine
];
}