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