opengl?
This commit is contained in:
parent
2b257a672c
commit
103e684baa
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@
|
|||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
# hardware.opengl = {
|
||||
# enable = true;
|
||||
# extraPackaged = with pkgs; [
|
||||
# libvdpau-va-gl
|
||||
# ];
|
||||
# };
|
||||
services.xserver.enable = lib.mkDefault true;
|
||||
services.xserver.excludePackages = [pkgs.xterm];
|
||||
services.xserver.xkb.layout = "us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue