added heroic launcher

This commit is contained in:
biscuit
2025-06-25 22:24:55 -05:00
parent 3c4ed456cf
commit d8657c7eeb
6 changed files with 30 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.heroic
];
}