diff options
| -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 = { |
