removing blesh

This commit is contained in:
Chris Cochrun 2022-08-24 09:43:39 -05:00
parent 919127516f
commit 313f5d1f03
3 changed files with 8 additions and 4 deletions

View file

@ -45,6 +45,8 @@
hardware.uinput.enable = true;
hardware.bluetooth.enable = true;
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};