nixos-config/system/app/prismlauncher.nix

6 lines
75 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.prismlauncher ];
}