mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
5 lines
123 B
Nix
5 lines
123 B
Nix
final: prev: {
|
|
tmux-sessionizer = prev.callPackage ./tmux-sessionizer { };
|
|
vpngate = prev.callPackage ./vpngate { };
|
|
}
|