pointfichiers/gaming/minecraft/default.nix

6 lines
71 B
Nix
Raw Normal View History

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