fix: reformatted config

This commit is contained in:
2025-01-09 10:38:46 +01:00
parent e2886da8d6
commit e375c19c7d
4 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,4 @@
{
config,
...
}: {
{config, ...}: {
boot = {
kernelModules = ["acpi_call"];
extraModulePackages = with config.boot.kernelPackages; [acpi_call];