about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2023-01-07 15:51:54 +0800
committerrewine <lhongxu@outlook.com>2023-01-25 21:36:46 +0800
commitc7742aa032f590cd3e52f86f581a00b51e209a00 (patch)
tree65e4f47d7c1ad1a81afc93119621ebc9434397cc /pkgs/top-level
parent099caac0a827e3b0a20521728653dd77d80a362b (diff)
deepin: init at 20.8
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b15a51fbcb9ad..526ee30534a03 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -35393,6 +35393,8 @@ with pkgs;
   cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });
   inherit (cinnamon) mint-x-icons mint-y-icons;
 
+  deepin = recurseIntoAttrs (callPackage ../desktops/deepin { });
+
   enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment { });
 
   gnome2 = recurseIntoAttrs (callPackage ../desktops/gnome-2 { });