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