feat(hardware): add SoloKeys udev rules
This commit is contained in:
parent
333adf959e
commit
701e7ee70f
2 changed files with 26 additions and 1 deletions
hardware
|
@ -1,7 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./firmware.nix ./zsa.nix ];
|
||||
imports = [ ./firmware.nix ./solokeys.nix ./zsa.nix ];
|
||||
|
||||
boot.supportedFilesystems = lib.mkDefault [ "btrfs" ];
|
||||
boot.kernelPackages = lib.mkOverride 800 pkgs.linuxPackages_latest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue