mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add steam and 32bit support to shepard build
This commit is contained in:
parent
e419ed6b79
commit
6cc711c3ba
1 changed files with 11 additions and 0 deletions
|
@ -4,4 +4,15 @@
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "shepard";
|
networking.hostName = "shepard";
|
||||||
|
|
||||||
|
## Enable 32 Bit libraries for applications like Steam
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
# Allow Unfree
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
environment.systemPackages =
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
|
steam
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue