diff options
Diffstat (limited to 'nixvim/plugins/lualine.nix')
| -rw-r--r-- | nixvim/plugins/lualine.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixvim/plugins/lualine.nix b/nixvim/plugins/lualine.nix new file mode 100644 index 0000000..990e495 --- /dev/null +++ b/nixvim/plugins/lualine.nix @@ -0,0 +1,8 @@ +{ + plugins.lualine = { + enable = true; + + theme = "catppuccin"; + extensions = [ "trouble" ]; + }; +} |
