From 8df1c0d2b9ac7fffb89efdce637d8e72b16dcb16 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 14 Jul 2021 00:40:50 +0200 Subject: [PATCH] Fix executor --- overlays/pkgSets.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 1db63691..819e1016 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -43,8 +43,13 @@ self: super: { inherit (self.gnomeExtensions) appindicator system-monitor clipboard-indicator emoji-selector sound-output-device-chooser window-is-ready-remover nothing-to-say notification-banner-position gtile - caffeine executor dash-to-panel + caffeine dash-to-panel ; + executor = self.gnomeExtensions.executor.overrideAttrs (old: { + buildCommand = old.buildCommand + '' + substituteInPlace $out/share/gnome-shell/extensions/executor@raujonas.github.io/extension.js --replace "'/bin/bash'" "'/usr/bin/env', 'bash'" + ''; + }); inherit (self.gnome) dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme gnome-session