add opengl
This commit is contained in:
parent
1c91e99fcb
commit
e1fe85f763
5 changed files with 25 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ nixos-hardware, config, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
|
@ -21,5 +21,7 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
hardware.opengl.enable = true;
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue