inputs: nixos-hardware

This commit is contained in:
Mateusz Słodkowicz 2023-10-27 12:35:07 +02:00
parent cae14663b5
commit 06a35210af
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,7 @@
repo = "nixpkgs";
ref = "nixos-unstable";
};
home-manager = {
type = "github";
owner = "nix-community";
@ -16,6 +17,7 @@
nixpkgs.follows = "nixpkgs";
};
};
emacs-overlay = {
type = "github";
owner = "nix-community";
@ -25,6 +27,14 @@
nixpkgs.follows = "nixpkgs";
};
};
nixos-hardware = {
type = "github";
owner = "NixOS";
repo = "nixos-hardware";
ref = "master";
};
nixerus = {
type = "github";
owner = "materusPL";