Add bunch more programs / services modularly
This commit is contained in:
6
system/hardware/kernel.nix
Normal file
6
system/hardware/kernel.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.consoleLogLevel = 0;
|
||||
}
|
Reference in New Issue
Block a user