pass nur as overlay and fix firefox module
This commit is contained in:
parent
7539947bb0
commit
9031dfb62d
@ -83,7 +83,7 @@ in {
|
||||
};
|
||||
|
||||
settings = mkOption {
|
||||
type = types.attrsOf (pkgs.formats.json.type
|
||||
type = types.attrsOf ((pkgs.formats.json {}).type
|
||||
// {
|
||||
description = "Preferences (int, bool, string, and also attrs, list, float as a JSON string)";
|
||||
});
|
||||
|
@ -8,7 +8,7 @@
|
||||
}: let
|
||||
pkgs = import nixpkgs rec {
|
||||
system = "x86_64-linux";
|
||||
overlays = [(final: prev: {nixvim = nixvim.packages.${system}.default;}) nurpkgs.overlay];
|
||||
overlays = [(final: prev: {nixvim = nixvim.packages.${system}.default;}) nurpkgs.overlays.default];
|
||||
};
|
||||
|
||||
nur = import nurpkgs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user