From ab7aa8b53ef2ccc17c963c6dd888d1b313a0c5b5 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Thu, 16 Sep 2021 17:22:36 +0100 Subject: [PATCH] Set pname of Vim plugin --- modules/vim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/vim.nix b/modules/vim.nix index 7da0483b..b5d4946e 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -10,6 +10,7 @@ let themePlugin = pkgs.vimUtils.buildVimPlugin { name = "stylix"; + pname = "stylix"; src = base16-vim; data = config.lib.stylix.base16.json;