Initial commit
This commit is contained in:
20
roles/subroles/entertainment.nix
Normal file
20
roles/subroles/entertainment.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ config, 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;
|
||||
}
|
Reference in New Issue
Block a user