universe/users/profiles/gaming/default.nix
2022-04-29 10:27:44 -04:00

12 lines
185 B
Nix

{ pkgs, ... }: {
imports = [ ./steam.nix ];
environment.systemPackages = with pkgs; [
wineWowPackages.stable
];
home.packages = with pkgs; [
multimc
lutris
];
}