Files
nixos-config/modules/home/programs/gaming/gaming_pkgs.nix

8 lines
67 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
snes9x-gtk
];
}