fix(nvim): set useGlobalPackages
Some checks failed
/ check (nvimDev) (push) Failing after 2s
/ check (nvimHeadless) (push) Failing after 1s
/ check (nvimNoBundledBins) (push) Failing after 1s
/ check (nvimNoLsp) (push) Failing after 1s
/ check (nvimNoTSGrammars) (push) Failing after 2s
/ check (treefmt) (push) Successful in 3s
/ build (audiomenu) (push) Has been skipped
/ build (docs) (push) Has been skipped
/ build (jpassmenu) (push) Has been skipped
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Has been skipped
/ build (nvim) (push) Has been skipped
/ report-size (push) Has been skipped

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 38c1fc89a7
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 8 additions and 19 deletions

View file

@ -10,6 +10,7 @@
config = {
withRuby = false;
nixpkgs.useGlobalPackages = true;
globals.mapleader = " ";
# Appearance
colorschemes.gruvbox = {