From fa88c9ad83f55b2d688b2153c65d73c022a1a2a7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 14 Aug 2023 09:24:35 +0100 Subject: [PATCH] Add findutils Change hyprland editor bind to call value of EDITOR variable --- home/emacs/default.nix | 1 + home/hyprland/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 4cd4cf8a..e704bb19 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -18,6 +18,7 @@ # Language-specific requirements ispell + findutils sqlite pandoc gfortran diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 6aca5929..fcadca9e 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -132,7 +132,7 @@ in { bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu # Common program shortcuts - bind = SUPER ALT, E, exec, ${pkgs.emacs}/bin/emacsclient -c -a 'emacs' + bind = SUPER ALT, E, exec, $EDITOR bind = SUPER ALT, W, exec, ${pkgs.firefox-wayland}/bin/firefox bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero