nix-config/home/modules/graphical/prismlauncher.nix

7 lines
74 B
Nix

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