move nur overlay to flake.nix

This commit is contained in:
Pim Kunis 2023-10-19 09:36:43 +02:00
parent 1341c0520b
commit ed5ed796df
2 changed files with 2 additions and 26 deletions

View file

@ -24,15 +24,14 @@
inherit (self) outputs;
in
{
overlays = { nurPackages = nur.overlay; };
nixosConfigurations.pim = nixpkgs.lib.nixosSystem {
specialArgs = { inherit outputs; };
system = "x86_64-linux";
modules = [
{ nixpkgs.overlays = [ nur.overlay ]; }
./configuration.nix
agenix.nixosModules.default
home-manager.nixosModules.home-manager {
home-manager.extraSpecialArgs = { inherit nur; };
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.pim = {