about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/patches/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 9635f42f169f..eb1626c48499 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -3,6 +3,8 @@ self: super: {
 
   dino = self.callPackage ./dino { inherit (super) dino; };
 
+  inherit (self.waylandPkgs) emacs-pgtk;
+
   firefoxPackages = self.callPackage ./firefox/packages.nix {
     inherit (super) firefoxPackages;
   };
@@ -16,4 +18,6 @@ self: super: {
   python3 = self.callPackage ./python { python = super.python3; };
 
   tmux = self.callPackage ./tmux { inherit (super) tmux; };
+
+  waylandPkgs = self.extend (import ./nixpkgs-wayland);
 }