mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
8 lines
455 B
Nix
8 lines
455 B
Nix
self: super: {
|
|
chromium-mac = super.callPackage ./chromium-mac.nix { pkgs = super; };
|
|
firefox-mac = super.callPackage ./firefox-mac.nix { pkgs = 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; };
|
|
}
|