diff --git a/shells.nix b/shells.nix index 19e103f..e7ca76d 100644 --- a/shells.nix +++ b/shells.nix @@ -8,7 +8,7 @@ let system = pkgs.system; vim = ( nixvimunstable.legacyPackages.${system}.makeNixvim ( - import ./home/modules/baseline/vim/config.nix { + import ./home/baseline/vim/config.nix { inherit pkgs; inherit (pkgs) lib; config.nixpkgs.config.allowUnfree = false; # I have tried to allow it, but I don't seem able to do so