From ca3d96e36de5eaee5bf0bdcc57e0883d49c0de98 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 18 Jun 2024 19:09:36 +0200 Subject: [PATCH] added itch and gog to gaming module --- modules/games/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/games/default.nix b/modules/games/default.nix index dde95f0..8c40ca3 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,6 +1,8 @@ { lib, config, pkgs, ... }: lib.mkIf (config.withGames) { environment.systemPackages = with pkgs; [ prismlauncher + itch + minigalaxy ]; programs.steam = {