dotfiles/hosts/modules/angryoxide.nix
Emile Clark-Boman 3bc320cc6a added modules for qFlipper, ChameleonUltraGUI, and AngryOxide
ChameleonUltraGUI and AngryOxide also had derivations written to package them
2025-05-11 22:29:40 +10:00

5 lines
110 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
(callPackage ../packages/angryoxide {})
];
}