mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
convert to proper module layout
This commit is contained in:
@ -59,9 +59,8 @@
|
||||
program = "${
|
||||
(import ../modules/neovim/package {
|
||||
inherit pkgs;
|
||||
colors = import ../modules/colorscheme/gruvbox/neovim-gruvbox.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
colors =
|
||||
import ../colorscheme/gruvbox/neovim-gruvbox.nix { inherit pkgs; };
|
||||
})
|
||||
}/bin/nvim";
|
||||
};
|
||||
|
Reference in New Issue
Block a user