Skip to content

Commit

Permalink
plugins/base16: fix packPathName
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 26, 2025
1 parent 63d9bb0 commit 8e5422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/colorschemes/base16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ let

name = "base16";
moduleName = "base16-colorscheme";
packPathName = "base16.nvim";
in
lib.nixvim.plugins.mkNeovimPlugin {
inherit name moduleName packPathName;
inherit name moduleName;
packPathName = "base16-nvim";
setup = ".with_config";
package = "base16-nvim";
isColorscheme = true;
Expand Down

0 comments on commit 8e5422b

Please sign in to comment.