fix(nvim): use legacyPackages instead of importing #205

Merged
jalil merged 1 commit from less-import-nixpkgs into main 2024-12-26 23:16:15 +01:00
Showing only changes of commit 1032b19759 - Show all commits

View file

@ -16,7 +16,7 @@
]; ];
config = { config = {
nixpkgs = lib.optionalAttrs standalone { pkgs = import unstable { inherit system; }; }; nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; };
globals.mapleader = " "; globals.mapleader = " ";
# Appearance # Appearance
colorschemes.gruvbox = { colorschemes.gruvbox = {