Add nixos-hardware for system76

This commit is contained in:
Oliver Davies 2024-09-21 09:58:08 +01:00
parent 9fe266acc5
commit fec58e770d
3 changed files with 30 additions and 1 deletions
lib/nixos

View file

@ -1,5 +1,6 @@
{
inputs,
nixos-hardware,
pkgs,
self,
username,
@ -51,5 +52,7 @@ inputs.nixpkgs.lib.nixosSystem {
configuration
hardwareConfiguration
nixos-hardware.nixosModules.system76
];
}