fix(nvim): set useGlobalPackages
All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 5s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s

Otherwise it causes massive rebuilds T-T
This commit is contained in:
Jalil David Salamé Messina 2025-01-27 10:56:02 +01:00
parent 6c02c01db6
commit f7cb80e451
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 8 additions and 19 deletions

View file

@ -9,6 +9,7 @@ in
(import ./standalone.nix)
(lib.mkIf cfg.enable {
enable = true;
nixpkgs.useGlobalPackages = true;
defaultEditor = lib.mkDefault true;
jhome.nvim = cfg;
})