light gruvbox
This commit is contained in:
parent
4808dbb549
commit
9f751afced
11 changed files with 73 additions and 99 deletions
home/features/neovim/snippets
|
@ -4,8 +4,8 @@ block auto
|
|||
desc Fetch a GitHub repository
|
||||
snip
|
||||
pkgs.fetchFromGitHub {
|
||||
owner = $1;
|
||||
repo = $2;
|
||||
owner = "$1";
|
||||
repo = "$2";
|
||||
rev = "";
|
||||
sha256 = "";
|
||||
}$0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue