1
0
forked from extern/nix-config

neovim: Use vim-crystal from nixpkgs/unstable

This commit is contained in:
Donovan Glover 2023-06-09 10:39:07 -04:00
parent f350e711eb
commit 20b1d42701
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,10 +1,4 @@
{
pkgs,
nixpkgs-master,
...
}: let
VARIABLES = import ../../src/variables.nix;
in {
{pkgs, ...}: {
programs.neovim.enable = true;
home-manager.sharedModules = [
@ -254,7 +248,7 @@ in {
rust-vim
neoformat
bufdelete-nvim
nixpkgs-master.legacyPackages.${VARIABLES.system}.vimPlugins.vim-crystal
vim-crystal
];
};