Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
f7f83f4363fbc1d28819774fb8aba37b5b896fab
/
.
/
modules
/
nixos
/
graphics
/
default.nix
blob: 27635c1e4824d1be929532fcf97aeb017e3502f3 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
hardware
.
opengl
=
{
enable
=
true
;
driSupport
=
true
;
driSupport32Bit
=
true
;
extraPackages
=
[
pkgs
.
vaapiVdpau
];
};
}