snowflake/home/programs/editors/neovim/plugins/ui/lualine.nix

5 lines
69 B
Nix

_: {
programs.nixvim.plugins.lualine = {
enable = true;
};
}