desktop/gaming: add gaming module

This commit is contained in:
Infinidoge 2021-12-07 10:48:31 -05:00
parent df5738904f
commit 84cc6b4839
4 changed files with 49 additions and 10 deletions

View file

@ -1,7 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
wineWowPackages.stable
(multimc.override { msaClientID = "01524508-0110-46fc-b468-362d31ca41e6"; })
lutris
];
}