cinnamon.xapps: init at 1.6.8

This commit is contained in:
Maciej Krüger
2019-12-14 22:22:14 -05:00
committed by worldofpeace
parent 297604cb35
commit 632c4f2c9b
3 changed files with 111 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, lib }:
lib.makeScope pkgs.newScope (self: with self; {
xapps = callPackage ./xapps {};
})