add xivlauncher/games

This commit is contained in:
insects 2024-08-13 14:55:37 +02:00
parent e5f8a2d975
commit 0c58e9cc82
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
xivlauncher
];
}