neovim-flake/modules/statusline/default.nix

12 lines
94 B
Nix

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