mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
move hardware-modules into systems files
This commit is contained in:
parent
aa515f3498
commit
6b06523162
5 changed files with 28 additions and 20 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue