added launchers for proton games

This commit is contained in:
kenji
2025-07-09 16:47:40 -05:00
parent 1c82b5eafe
commit cdce0628ab
4 changed files with 18 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bottles
];
}