diff --git a/config/omen.nix b/config/omen.nix index 6947108..f8c1658 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -12,6 +12,9 @@ # Supported Filesystems boot.supportedFilesystems = [ "ntfs" ]; + # Add kernel drivers for HP Omen Laptop (Fan Control and other) + boot.kernelModules = [ "hp-wmi" ]; + # Set hostname networking.hostName = "randomctf";