mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
090928d36a
commit
6211458eb1
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue