nixos/pkgs/default.nix
2025-03-30 22:00:44 -07:00

8 lines
No EOL
370 B
Nix

{ pkgs ? (import ../nixpkgs.nix) { }, ... }: rec {
transmission-exporter = import ./transmission-exporter.nix { inherit pkgs; };
plex-exporter = import ./plex-exporter.nix { inherit pkgs; };
beyond-all-reason = import ./beyond-all-reason.nix { inherit pkgs; };
mspaint = import ./mspaint { inherit pkgs; };
wallpaper = import ./wallpaper { inherit pkgs; };
}