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 + ]; }