nix-config/home/features/desktop/games/default.nix
2024-08-24 12:43:22 +02:00

7 lines
89 B
Nix

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