Compare commits

..

1 commit

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

View file

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

View file

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