Enable opengl on perception
This commit is contained in:
parent
18bbd5fa50
commit
57e1dfd1b8
|
@ -52,4 +52,12 @@
|
||||||
|
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
|
|
||||||
|
## Media Streaming setup
|
||||||
|
# First enable hardware acceleration
|
||||||
|
hardware.opengl = {
|
||||||
|
enable = true;
|
||||||
|
driSupport = true;
|
||||||
|
driSupport32 = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue