run formatters & linters

This commit is contained in:
chaos 2024-04-01 18:20:38 +02:00
parent d7a52dd711
commit 19f6da8d84
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -5,11 +5,8 @@
lib,
...
}: let
inherit (builtins) listToAttrs getAttr;
inherit (lib.modules) mkIf mkMerge mkBefore;
inherit (lib.modules) mkIf mkBefore;
inherit (lib.options) mkOption mkEnableOption;
inherit (lib.strings) optionalString;
inherit (lib.attrsets) attrValues;
inherit (lib) types;
encryptedUSB = import "${self}/data/drives/encryptedUSB.nix";

View file

@ -12,7 +12,7 @@ in {
enableRedistributableFirmware = true;
wirelessRegulatoryDatabase = true;
ksm.enable = true;
ksm.enable = true;
i2c.enable = true;