3 lib.makeScope pkgs.newScope (self:
5 inherit (self) callPackage;
7 firedecor = callPackage ./firedecor.nix { };
8 focus-request = callPackage ./focus-request.nix { };
9 wayfire-plugins-extra = callPackage ./wayfire-plugins-extra.nix { };
10 wayfire-shadows = callPackage ./wayfire-shadows.nix { };
11 wcm = callPackage ./wcm.nix { };
12 wf-shell = callPackage ./wf-shell.nix { };
13 windecor = callPackage ./windecor.nix { };
14 wwp-switcher = callPackage ./wwp-switcher.nix { };