nixos/pkgs/default.nix
2025-05-22 15:34:17 -07:00

9 lines
No EOL
432 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; };
kelmscott-mono = import ./kelmscott-mono { inherit pkgs; };
}