mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +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,15 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, nixos-hardware, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
imports = [
|
||||
./hardware.nix
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
nixos-hardware.nixosModules.common-gpu-nvidia
|
||||
nixos-hardware.nixosModules.common-pc
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
];
|
||||
|
||||
jopejoe1 = {
|
||||
audio = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue