Add findutils

Change hyprland editor bind to call value of EDITOR variable
This commit is contained in:
Evie Litherland-Smith 2023-08-14 09:24:35 +01:00
parent d885f51818
commit fa88c9ad83
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
# Language-specific requirements # Language-specific requirements
ispell ispell
findutils
sqlite sqlite
pandoc pandoc
gfortran gfortran

View file

@ -132,7 +132,7 @@ in {
bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu bind = SUPER SHIFT, P, exec, pkill rofi || ${pkgs.rofi-wayland}/bin/rofi -show power-menu
# Common program shortcuts # 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, W, exec, ${pkgs.firefox-wayland}/bin/firefox
bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar bind = SUPER ALT, F, exec, ${pkgs.xfce.thunar}/bin/thunar
bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero bind = SUPER ALT, Z, exec, ${pkgs.zotero}/bin/zotero