Use Neovim from the flake in opdavies.nvim

This commit is contained in:
Oliver Davies 2024-01-25 01:00:00 +00:00
parent 27dfbae4a5
commit 9ef0411680
3 changed files with 10 additions and 255 deletions

View file

@ -9,7 +9,7 @@
programs.home-manager.enable = true;
imports = [
(import ./modules/neovim.nix { inherit inputs pkgs self; })
(import ./modules/neovim.nix { inherit inputs; })
./modules/git.nix
./modules/tmux.nix
./modules/zsh.nix