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