Files
nixos-flake/modules/apps/heroic.nix
T
2026-01-20 16:39:26 +01:00

6 lines
53 B
Nix

{ pkgs, ... }:
{
programs.heroic.enable = true;
}