2021-07-29 20:21:51 +00:00
|
|
|
self: super:
|
|
|
|
|
|
|
|
{
|
|
|
|
gamemode = super.callPackage ./gamemode {};
|
|
|
|
key-mapper = super.callPackage ./key-mapper {};
|
|
|
|
vfio-isolate = super.callPackage ./vfio-isolate {};
|
|
|
|
mopidy-funkwhale = super.callPackage ./mopidy-funkwhale {};
|
|
|
|
gnomeExtensionsCustom = {
|
|
|
|
notification-timeout = super.callPackage ./gnomeExtensions-notification-timeout {};
|
|
|
|
};
|
2021-08-07 15:26:11 +00:00
|
|
|
replaysorcery = super.callPackage ./replaysorcery {};
|
2021-07-29 20:21:51 +00:00
|
|
|
}
|