flake update

This commit is contained in:
Vivian 2022-12-06 21:56:38 +01:00
parent 8108eb26da
commit 9f5d01fcbd
3 changed files with 32 additions and 14 deletions

View file

@ -8,6 +8,9 @@
inputs = {
nixpkgs.url = "github:NULLx76/nixpkgs/0x76";
nur.url = "github:nix-community/NUR";
nur.inputs.nixpkgs.follows = "nixpkgs";
colmena.url = "github:zhaofengli/colmena";
colmena.inputs.nixpkgs.follows = "nixpkgs";
@ -47,7 +50,8 @@
};
outputs = { self, nixpkgs, vault-secrets, minecraft-servers, colmena
, home-manager, hyprpaper, hyprland, nixos-generators, nixos-hardware, ... }@inputs:
, home-manager, hyprpaper, hyprland, nixos-generators, nixos-hardware, nur
, ... }@inputs:
let
inherit (nixpkgs) lib;
inherit (builtins) mapAttrs;
@ -72,6 +76,7 @@
minecraft-servers.overlays.default
hyprpaper.overlays.default
hyprland.overlays.default
nur.overlay
];
};