Add subpackage for entertainment stuff
This commit is contained in:
parent
5fa9a0498c
commit
95e22f2ca5
22
machines/entertainment.nix
Normal file
22
machines/entertainment.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
inputs:
|
||||||
|
{ config, lib, pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
steam
|
||||||
|
steam-run
|
||||||
|
#lutris
|
||||||
|
#multimc
|
||||||
|
#(wine.override { wineBuild = "wineWow"; })
|
||||||
|
|
||||||
|
mplayer
|
||||||
|
spotify
|
||||||
|
vlc
|
||||||
|
|
||||||
|
teamspeak_client
|
||||||
|
];
|
||||||
|
|
||||||
|
# needed for steam
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user