added kernel to device specific

This commit is contained in:
twoneis 2023-11-13 21:01:32 +01:00
parent 7e65d2770d
commit 4f71edaaf8
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,13 @@
{ config, ... }: {
{ config, pkgs, ... }: {
imports = [
./hardware-config.nix
];
networking.hostName = "desktop";
# Select kernel version
boot.kernelPackages = pkgs.linuxPackages_zen;
# Enable OpenGL
hardware.opengl = {
enable = true;