Add miros support!
This commit is contained in:
parent
5652b531ba
commit
1ed3a529c9
26 changed files with 910 additions and 1153 deletions
home/features/neovim/snippets
11
home/features/neovim/snippets/nix.miros
Normal file
11
home/features/neovim/snippets/nix.miros
Normal file
|
@ -0,0 +1,11 @@
|
|||
block auto
|
||||
string fetchgh
|
||||
name fetch github
|
||||
desc Fetch a GitHub repository
|
||||
snip
|
||||
pkgs.fetchFromGitHub {
|
||||
owner = $1;
|
||||
repo = $2;
|
||||
rev = "";
|
||||
sha256 = "";
|
||||
}$0
|
Loading…
Add table
Add a link
Reference in a new issue