about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-05-13 17:08:10 +0800
committerGitHub <noreply@github.com>2023-05-13 17:08:10 +0800
commitea11a3977f4cba013d8680667616be827c967ac0 (patch)
tree80eba75125cf6eb0c81d94e4c9c0e0f2244d47cb /pkgs/top-level
parent1f68716877f8fde4c9f70ee2b237b3f405792b98 (diff)
parent8e01b9d98ce1113b53127db93601334aa0967add (diff)
Merge pull request #231378 from FedericoSchonborn/budgie-plugins
Add `budgiePlugins` set, init `budgie-user-indicator-redux` at 1.0.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c57fe2eef51a7..ab50b431497ef 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -37049,6 +37049,7 @@ with pkgs;
   arcanPackages = recurseIntoAttrs (callPackage ../desktops/arcan { });
 
   budgie = recurseIntoAttrs (callPackage ../desktops/budgie { });
+  budgiePlugins = recurseIntoAttrs (callPackage ../desktops/budgie/plugins { });
 
   cdesktopenv = callPackage ../desktops/cdesktopenv { };