mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Import the nixos-hardware module for fern
This commit is contained in:
parent
87b816e05d
commit
7db985c0fb
3 changed files with 23 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.disko.nixosModules.default ];
|
||||
imports = [
|
||||
inputs.disko.nixosModules.default
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue