Skip to content

Commit

Permalink
fix(nvim): forward hm cfg options
Browse files Browse the repository at this point in the history
Otherwise there is no way to configure nvim from home manager as the
options aren't read.
  • Loading branch information
jalil-salame committed Dec 14, 2024
1 parent 62028d6 commit 369d7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ in
nixpkgs = lib.mkForce { pkgs = import unstable { inherit system; }; };
enable = true;
defaultEditor = lib.mkDefault true;
jhome.nvim = cfg;
})
];
}

0 comments on commit 369d7f2

Please sign in to comment.