From c4d17444e570ee8cd3b2b4a0fd45809d2469fb53 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 29 Sep 2025 12:34:03 -0400 Subject: update commits --- home/gaming.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/gaming.nix (limited to 'home/gaming.nix') diff --git a/home/gaming.nix b/home/gaming.nix new file mode 100644 index 0000000..8d389e5 --- /dev/null +++ b/home/gaming.nix @@ -0,0 +1,17 @@ +{ + lib, + config, + pkgs, + ... +}: let + inherit (lib) optionals; + cfg = config.gaming; +in { + home.packages = with pkgs; + (optionals cfg.homestuck.enable [ + unofficial-homestuck-collection + ]) + ++ (optionals cfg.minecraft.enable [ + prismlauncher + ]); +} -- cgit v1.2.3-freya