Compare commits

..

1 commit

Author SHA1 Message Date
f7cb80e451
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
2025-01-27 11:01:33 +01:00
2 changed files with 1 additions and 1 deletions

View file

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

View file

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