Files
nixos/pkgs/heroic/default.nix
biscuit 62d8d36ed8 test
2025-06-30 12:49:36 -05:00

6 lines
77 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
heroic
];
}