summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-24 09:19:12 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-24 09:19:12 +0100
commitc2eac6741bc2bf8ae5ff2e6779492dbe5829092d (patch)
tree1c423bc8330a2295281d96c4c3149c6e23b3317d /pkgs/desktops/pantheon
parent917f6f987aa3e0008abc0104e4655b7410da608e (diff)
parentd7ba3764356317a8642b420a6c5995ed6a0e55a3 (diff)
downloadnixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar.gz
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar.bz2
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar.lz
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar.xz
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.tar.zst
nixpkgs-c2eac6741bc2bf8ae5ff2e6779492dbe5829092d.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix
index a7b8a01eeb0..27e6e02a4a3 100644
--- a/pkgs/desktops/pantheon/default.nix
+++ b/pkgs/desktops/pantheon/default.nix
@@ -62,6 +62,8 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   elementary-gsettings-schemas = callPackage ./desktop/elementary-gsettings-schemas { };
 
+  notes-up = pkgs.notes-up.override { withPantheon = true; };
+
   #### APPS
 
   elementary-calculator = callPackage ./apps/elementary-calculator { };