Fix shells paths

This commit is contained in:
Greg Hellings
2025-06-11 02:44:36 -05:00
parent 2443429454
commit 4ca31c5972
+1 -1
View File
@@ -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