ChameleonUltraGUI and AngryOxide also had derivations written to package them
5 lines
110 B
Nix
5 lines
110 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
(callPackage ../packages/angryoxide {})
|
|
];
|
|
}
|