pass nur as overlay and fix firefox module

This commit is contained in:
fuckwit 2025-01-09 19:10:30 +01:00
parent 7539947bb0
commit 9031dfb62d
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ in {
}; };
settings = mkOption { 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)"; description = "Preferences (int, bool, string, and also attrs, list, float as a JSON string)";
}); });

View File

@ -8,7 +8,7 @@
}: let }: let
pkgs = import nixpkgs rec { pkgs = import nixpkgs rec {
system = "x86_64-linux"; 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 { nur = import nurpkgs {