Merge pull request #214815 from SFrijters/vim-no-x-libs

nixos/no-x-libs: add vim-full

authored by Sandro and committed by GitHub a366e69a 9bf4718a

+1
+1
nixos/modules/config/no-x-libs.nix
··· 67 67 stoken = super.stoken.override { withGTK3 = false; }; 68 68 # translateManpages -> perlPackages.po4a -> texlive-combined-basic -> texlive-core-big -> libX11 69 69 util-linux = super.util-linux.override { translateManpages = false; }; 70 + vim-full = super.vim-full.override { guiSupport = false; }; 70 71 zbar = super.zbar.override { enableVideo = false; withXorg = false; }; 71 72 })); 72 73 };