flake/users/guanranwang/home-manager/darwin/presets/desktop/gaming.nix

6 lines
71 B
Nix
Raw Normal View History

{pkgs, ...}: {
2023-10-16 08:26:06 +00:00
home.packages = with pkgs; [
prismlauncher
];
}