cinnamon.nemo: init at 4.4.1

This commit is contained in:
Maciej Krüger
2020-01-22 22:45:22 +01:00
parent 267c5332e7
commit becf4017c5
2 changed files with 77 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@
lib.makeScope pkgs.newScope (self: with self; {
cinnamon-desktop = callPackage ./cinnamon-desktop { };
cjs = callPackage ./cjs { };
nemo = callPackage ./nemo { };
xapps = callPackage ./xapps { };
})