Skip to content

Commit 8e5422b

Browse files
committed
plugins/base16: fix packPathName
1 parent 63d9bb0 commit 8e5422b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/colorschemes/base16/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ let
77

88
name = "base16";
99
moduleName = "base16-colorscheme";
10-
packPathName = "base16.nvim";
1110
in
1211
lib.nixvim.plugins.mkNeovimPlugin {
13-
inherit name moduleName packPathName;
12+
inherit name moduleName;
13+
packPathName = "base16-nvim";
1414
setup = ".with_config";
1515
package = "base16-nvim";
1616
isColorscheme = true;

0 commit comments

Comments
 (0)