depot/third_party/nixpkgs/pkgs/applications/window-managers/wayfire/plugins.nix

13 lines
166 B
Nix
Raw Normal View History

{ newScope, wayfire }:
let
self = with self; {
inherit wayfire;
callPackage = newScope self;
wf-shell = callPackage ./wf-shell.nix { };
};
in
self