plugins/lualine: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 11:21:04 -05:00
parent 831c814bb3
commit ce6573424d
No known key found for this signature in database
2 changed files with 13 additions and 1 deletions

View file

@ -114,4 +114,11 @@
extensions = [ "nvim-tree" ];
};
};
no-packages = {
plugins.lualine = {
enable = true;
gitPackage = null;
};
};
}