From bf46a00fc90c8533955e8bc0152a8df7799f6948 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:30:55 +0200 Subject: Add PrismLauncher to home packages --- nixos/mdls/gms/mc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/mdls/gms/mc.nix b/nixos/mdls/gms/mc.nix index 568f5c9..db14668 100644 --- a/nixos/mdls/gms/mc.nix +++ b/nixos/mdls/gms/mc.nix @@ -1,6 +1,8 @@ { config, pkgs, ... }: { + home.packages = [ pkgs.prismlauncher ]; + home.file.".local/share/PrismLauncher/prismlauncher.cfg" = { text = pkgs.lib.generators.toINI {} { General = { -- cgit v1.3.1