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

View file

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