forked from colonelpanic/dotfiles
[NixOS] Enable audio in raspberry pi
This commit is contained in:
parent
c7aaa1399d
commit
8e0e189cd4
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
hardware.raspberry-pi."4".fkms-3d.enable = true;
|
||||
hardware.raspberry-pi."4".audio.enable = true;
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_rpi4;
|
||||
|
Loading…
Reference in New Issue
Block a user