Add the NUR overlay
This commit is contained in:
parent
ee39f9b6ee
commit
3347d3a431
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, nur, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue