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 # Name your host machine
networking.hostName = "shepard"; networking.hostName = "shepard";
## Enable 32 Bit libraries for applications like Steam hardware.opengl = {
hardware.opengl.driSupport32Bit = true; extraPackages = with pkgs; [ libvdpau-va-gl ];
driSupport32Bit = true;
};
# Allow Unfree # Allow Unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;