added kernel to device specific
This commit is contained in:
parent
7e65d2770d
commit
4f71edaaf8
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue