cinnamon.cjs: init at 4.4.0

This commit is contained in:
Maciej Krüger
2020-01-20 01:28:16 +01:00
parent fa3d651ee7
commit 7238168f4f
2 changed files with 84 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{ pkgs, lib }:
lib.makeScope pkgs.newScope (self: with self; {
xapps = callPackage ./xapps {};
cjs = callPackage ./cjs { };
xapps = callPackage ./xapps { };
})