Initial commit

This commit is contained in:
Pedro Alves 2020-12-30 01:05:51 +00:00
commit 2c9631997f
9 changed files with 490 additions and 0 deletions

6
plugins/default.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
./statuslines/lightline.nix
./colorschemes/gruvbox.nix
];
}