Skip to content

Commit

Permalink
fix(nixos/neovim): Change submodule name.
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Jul 29, 2023
1 parent dbbd618 commit 89f1927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
, ...
}:
with lib; let
cfg = config.programs.neovim.activateNvimDots;
cfg = config.programs.neovim.nvimdots;
in
{
options = {
programs.neovim = {
activateNvimDots = {
nvimdots = {
enable = mkEnableOption ''
Activate "ayamir/nvimdots".
Please see details https://github.com/ayamir/nvimdots
Expand Down

0 comments on commit 89f1927

Please sign in to comment.