feat(hardware): improve firmware config
This commit is contained in:
parent
c90efc40f8
commit
386b3f6616
6 changed files with 10 additions and 11 deletions
hardware
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./planck.nix ];
|
||||
imports = [ ./firmware.nix ./planck.nix ];
|
||||
|
||||
boot.supportedFilesystems = lib.mkDefault [ "btrfs" ];
|
||||
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue