budgie-backgrounds: move from budgie scope to top-level

This commit is contained in:
seth 2024-07-12 18:41:13 -04:00
parent 7e150e2e43
commit ba97c97f32
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
3 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,7 @@ in {
environment.systemPackages = with pkgs;
[
# Budgie Desktop.
budgie.budgie-backgrounds
budgie-backgrounds
budgie-control-center
(budgie.budgie-desktop-with-plugins.override { plugins = cfg.extraPlugins; })
budgie.budgie-desktop-view

View File

@ -6,7 +6,6 @@ lib.makeScope newScope (
inherit (self) callPackage;
in
{
budgie-backgrounds = callPackage ./budgie-backgrounds { };
budgie-control-center = callPackage ./budgie-control-center { };
budgie-desktop = callPackage ./budgie-desktop { };
budgie-desktop-view = callPackage ./budgie-desktop-view { };