1
Fork 0

light gruvbox

This commit is contained in:
prescientmoon 2024-05-01 17:51:24 +02:00
parent 4808dbb549
commit 9f751afced
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
11 changed files with 73 additions and 99 deletions
home/features/neovim/snippets

View file

@ -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