From da95d4376ec458ad7c663599f0151a48a14e6ba9 Mon Sep 17 00:00:00 2001 From: Odweta Date: Tue, 20 Jan 2026 16:40:02 +0100 Subject: [PATCH] add heroic --- modules/apps/heroic.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/apps/heroic.nix b/modules/apps/heroic.nix index 135d7bf..1381cf6 100644 --- a/modules/apps/heroic.nix +++ b/modules/apps/heroic.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { - programs.heroic.enable = true; + environment.systemPackages = with pkgs; [ + heroic + ]; }