add heroic

This commit is contained in:
Odweta
2026-01-20 16:39:26 +01:00
parent 49a2f0aa4e
commit 4d0c816086
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
{
imports = [
./heroic.nix
./qbittorrent.nix
./steam.nix
./wine.nix
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
programs.heroic.enable = true;
}