mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
6 lines
311 B
Nix
6 lines
311 B
Nix
self: super: {
|
|
pinentry-touchid = super.callPackage ./pinentry-touchid.nix { pkgs = super; };
|
|
qbittorrent-mac = super.callPackage ./qbittorrent-mac.nix { pkgs = super; };
|
|
spotify-mac = super.callPackage ./spotify-mac.nix { pkgs = super; };
|
|
vlc-mac = super.callPackage ./vlc-mac.nix { pkgs = super; };
|
|
}
|