Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2024-02-27 01:57:21 +00:00
parent 090928d36a
commit 6211458eb1

View file

@ -4,8 +4,10 @@
# Name your host machine
networking.hostName = "shepard";
## Enable 32 Bit libraries for applications like Steam
hardware.opengl.driSupport32Bit = true;
hardware.opengl = {
extraPackages = with pkgs; [ libvdpau-va-gl ];
driSupport32Bit = true;
};
# Allow Unfree
nixpkgs.config.allowUnfree = true;