move hardware-modules into systems files

This commit is contained in:
jopejoe1 2023-12-30 23:53:21 +01:00
parent aa515f3498
commit 6b06523162
5 changed files with 28 additions and 20 deletions

View file

@ -1,7 +1,10 @@
{ config, pkgs, ... }:
{ config, pkgs, nixos-hardware, ... }:
{
imports = [ ./hardware.nix ];
imports = [
./hardware.nix
nixos-hardware.nixosModules.pine64-pinebook-pro
];
jopejoe1 = {
audio = { enable = true; };