mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ lib, config, ... }: {
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../.
|
||||
];
|
||||
|
||||
# Add Motorcomm YT6801 Driver if available
|
||||
boot.extraModulePackages = with config.boot; lib.lists.optional
|
||||
( kernelPackages ? yt6801 ) kernelPackages.yt6801;
|
||||
boot.extraModulePackages =
|
||||
with config.boot;
|
||||
lib.lists.optional (kernelPackages ? yt6801) kernelPackages.yt6801;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user