diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 17:30:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 17:30:55 +0200 |
| commit | bf46a00fc90c8533955e8bc0152a8df7799f6948 (patch) | |
| tree | 0fc75fc379cf1c7705f9c6693774a9f7f9a871a0 /nixos/mdls/gms/mc.nix | |
| parent | c26a444551019de905fdd4d30485c8c9b1ac94fc (diff) | |
Add PrismLauncher to home packages
Diffstat (limited to 'nixos/mdls/gms/mc.nix')
| -rw-r--r-- | nixos/mdls/gms/mc.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |
