nixos/home/gui/gaming.nix

12 lines
131 B
Nix

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