Enable opengl on perception

This commit is contained in:
Nathan McCarty 2023-04-09 00:29:51 -04:00
parent 18bbd5fa50
commit 57e1dfd1b8
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 8 additions and 0 deletions

View File

@ -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;
};
} }