diff --git a/home/default.nix b/home/default.nix index e4f6098..6abb775 100644 --- a/home/default.nix +++ b/home/default.nix @@ -94,7 +94,7 @@ home = { homeDirectory = "/home/${config.home.username}"; packages = with pkgs; [ - gnumake + rclone git-sync pinentry fd diff --git a/programs/emacs/default.nix b/programs/emacs/default.nix index 9207c3b..12a393d 100644 --- a/programs/emacs/default.nix +++ b/programs/emacs/default.nix @@ -146,6 +146,8 @@ imagemagick languagetool wordnet + fd + ripgrep graphviz # For org-roam graph mp3info # For EMMS @@ -156,19 +158,11 @@ poppler_utils # Customised LaTeX install - (texlive.combine { - inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of; - }) + (texlive.combine + {inherit (pkgs.texlive) scheme-medium dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of;}) python3Packages.pygments # Development tools - # Python is a special case, installed separately - ## Language servers - nil - fortls - lua-language-server - nodePackages.bash-language-server - ## Linters shellcheck yamllint