add heroic

This commit is contained in:
Odweta
2026-01-20 16:40:02 +01:00
parent 4d0c816086
commit da95d4376e
+3 -1
View File
@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
programs.heroic.enable = true;
environment.systemPackages = with pkgs; [
heroic
];
}