fix(nvim): use legacyPackages instead of importing #205
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue