budgie: Don't use `with`

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
This commit is contained in:
Federico Damián Schonborn 2024-03-22 00:34:03 -03:00
parent b06025f153
commit 2095e319fd
No known key found for this signature in database
GPG Key ID: E4F6F544DE9E29E8
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
{ lib, pkgs }:
{ lib, newScope }:
lib.makeScope pkgs.newScope (self: with self; {
lib.makeScope newScope (self: let
inherit (self) callPackage;
in {
budgie-backgrounds = callPackage ./budgie-backgrounds { };
budgie-control-center = callPackage ./budgie-control-center { };
budgie-desktop = callPackage ./budgie-desktop { };