feat: add nixos-hardware input
This commit is contained in:
parent
92ab054235
commit
d44277aff1
1 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
#home-manager.url = "github:nix-community/home-manager/release-23.05";
|
||||
#home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
#home-manager-unstable.url = "github:nix-community/home-manager";
|
||||
|
|
@ -18,7 +20,7 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
};
|
||||
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, nixos-hardware, home-manager, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
W530 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -44,6 +46,8 @@
|
|||
./modules
|
||||
./hosts/T430
|
||||
|
||||
# nixos-hardware.nixosModules.lenovo-thinkpad-t430
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue