nix-config/home/toast/programs/prismlauncher.nix

5 lines
68 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [ prismlauncher ];
}