diff --git a/modules/home/games.nix b/modules/home/games.nix new file mode 100644 index 0000000..ea4d081 --- /dev/null +++ b/modules/home/games.nix @@ -0,0 +1,11 @@ +{ pkgs, lib, ... }: +{ + nixpkgs.config.allowUnfree = true; + home.packages = with pkgs; [ + steam + azahar + desmume + mgba + ryubing + ]; +}