diff --git a/home/programs/games.nix b/home/programs/games.nix index 59a939e..7385b37 100644 --- a/home/programs/games.nix +++ b/home/programs/games.nix @@ -4,7 +4,17 @@ username, ... }: { - programs = { - xonotic.enable = true; - }; + home.packages = with pkgs; [ + # Launchers + steam + itch + lutris + + # Games + xonotic + armagetron + freeciv + mindustry + openra + ]; }