nixos/home/gui/gaming.nix

11 lines
101 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
mesa
steam
steam-run
discord
];
}