diff --git a/profiles/gui/nixos/default.nix b/profiles/gui/nixos/default.nix index ef4d5c5e..10774989 100644 --- a/profiles/gui/nixos/default.nix +++ b/profiles/gui/nixos/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ @@ -13,5 +13,6 @@ ./sound.nix ]; + hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; services.tumbler.enable = true; }