Add nixos-hardware
This commit is contained in:
parent
7f20033015
commit
8669c0cea0
4 changed files with 28 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
findImport = (import ../../lib.nix).findImport;
|
||||
nixos-hardware = findImport "nixos-hardware";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${nixos-hardware}/lenovo/thinkpad/t490"
|
||||
./hardware.nix
|
||||
./secret.nix
|
||||
../../configurations/eid.nix
|
||||
|
|
|
@ -1,7 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
findImport = (import ../../lib.nix).findImport;
|
||||
nixos-hardware = findImport "nixos-hardware";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${nixos-hardware}/common/cpu/intel"
|
||||
"${nixos-hardware}/common/pc/laptop"
|
||||
"${nixos-hardware}/common/pc/laptop/ssd"
|
||||
./hardware.nix
|
||||
./secret.nix
|
||||
../../configurations/eid.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue