summary refs log tree commit diff
path: root/pkgs/desktops/cinnamon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/cinnamon/default.nix')
-rw-r--r--pkgs/desktops/cinnamon/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/cinnamon/default.nix b/pkgs/desktops/cinnamon/default.nix
index ddd85d3e8ec..c84bde1c2c0 100644
--- a/pkgs/desktops/cinnamon/default.nix
+++ b/pkgs/desktops/cinnamon/default.nix
@@ -15,6 +15,7 @@ lib.makeScope pkgs.newScope (self: with self; {
   # Extensions added here will be shipped by default
   nemoExtensions = [
     nemo-fileroller
+    nemo-python
   ];
 
   # blueberry -> pkgs/tools/bluetooth/blueberry/default.nix
@@ -31,6 +32,7 @@ lib.makeScope pkgs.newScope (self: with self; {
   cjs = callPackage ./cjs { };
   nemo = callPackage ./nemo { };
   nemo-fileroller = callPackage ./nemo-extensions/nemo-fileroller { };
+  nemo-python = callPackage ./nemo-extensions/nemo-python { };
   nemo-with-extensions = callPackage ./nemo/wrapper.nix { };
   mint-artwork = callPackage ./mint-artwork { };
   mint-cursor-themes = callPackage ./mint-cursor-themes { };