fix(nvim): conflict with using global packages
Now it is an error to override the pkgs if global packages are being used.
This commit is contained in:
parent
440bf3cbf8
commit
7963190ef1
4 changed files with 11 additions and 30 deletions
|
@ -1,11 +1,4 @@
|
|||
{ standalone }:
|
||||
{
|
||||
pkgs,
|
||||
system,
|
||||
unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./options.nix
|
||||
|
@ -17,7 +10,6 @@
|
|||
|
||||
config = {
|
||||
withRuby = false;
|
||||
nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; };
|
||||
globals.mapleader = " ";
|
||||
# Appearance
|
||||
colorschemes.gruvbox = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue