Add the NUR overlay

This commit is contained in:
iFargle 2023-07-02 15:58:48 +09:00
parent ee39f9b6ee
commit 3347d3a431
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, nur, ... }: { { config, pkgs, ... }: {
programs.firefox = { programs.firefox = {
enable = true; enable = true;

View file

@ -67,10 +67,11 @@
# nixpkgs overlays # nixpkgs overlays
nixpkgs.overlays = [ nixpkgs.overlays = [
moz_overlay.overlay moz_overlay.overlay
nur.overlay
]; ];
} }
]; # modules ]; # modules
}; # lib.nixosSystem - nixos-laptop }; # lib.nixosSystem - ${hostname}
}; # nixosConfiguration }; # nixosConfiguration
}; };
} }