mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
./hardware-configuration.nix
|
||||
<stockholm/krebs/2configs/hw/x220.nix>
|
||||
{
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ tp_smapi acpi_call ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
tp_smapi
|
||||
acpi_call
|
||||
];
|
||||
boot.kernelModules = [ "tp_smapi" "acpi_call" ];
|
||||
environment.systemPackages = [ pkgs.tpacpi-bat ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user