Merge branch 'master' of git.marvid.fr:mpo/overlays-personal

This commit is contained in:
EEva (JPotier) 2020-07-25 10:46:37 +03:00
commit 99576e4a12
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,15 @@ let
sha256 = "0vgga3fmppb71apd31bwji98d62vs1p77c1hssshmh2fc7yck6s8";
};
};
vim-selinux = buildVimPluginFrom2Nix {
name = "vim-selinux";
src = fetchFromGitHub {
owner = "lzap";
repo = "vim-selinux";
rev = "735743a3539431c33824cb432b92267a0fc82251";
sha256 = "16pk2zscyiayfccn760p2zki4cjfhp26bikisgswjg900zwr5yns";
};
};
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lilypond";
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
@ -91,6 +100,7 @@ let
vim-lilypond
vim-nix
vim-orgmode
vim-selinux
vim-speeddating
vim-terraform
vim-timedot