From 64164f21cc97cf107f8da5acb49c809499ee01c9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 7 Apr 2023 06:02:16 -0500 Subject: [PATCH] trying to add languagetool --- modules/emacs.nix | 5 +++++ pkgs/desktop-packages.nix | 2 +- user/modules/hyprland.nix | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/emacs.nix b/modules/emacs.nix index 5a3ca7a..8dcecc6 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -26,6 +26,9 @@ with lib; which-key exec-path-from-shell no-littering + languagetool + flycheck-languagetool + flymake-languagetool # tree-sitter # tree-sitter-langs rustic @@ -125,6 +128,8 @@ with lib; use-package esh-autosuggest pkgs.mu + pkgs.openjdk + pkgs.languagetool ])); defaultEditor = true; }; diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index 5ec9c13..37474f5 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -114,7 +114,7 @@ with lib; picom-jonaburg pamixer playerctl - jellyfin-mpv-shim + # jellyfin-mpv-shim pfetch macchina gimp diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix index 5156a9b..5363a44 100644 --- a/user/modules/hyprland.nix +++ b/user/modules/hyprland.nix @@ -136,7 +136,8 @@ # bindr = ALT,Alt_L,exec,/home/chris/bin/window.sh bind = SUPER,w,exec,/home/chris/bin/window.sh bind = SUPER,E,exec,/home/chris/bin/emacslof - bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)' + bind = SUPER,d,exec,emacsclient -c -e '(chris/dired-open-wm)' + bind = SUPER,v,exec,emacsclient -c -e '(chris/dired-open-videos)' bind = SUPER,B,exec,/home/chris/bin/fflof bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer bind = SUPERCTRL,i,exec,alacritty --class btop -e btop