From 340cd38d2f7043c3bfb6bc6517d1fa1b3c23fa24 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 21 Feb 2025 00:01:03 -0500 Subject: [PATCH] fix(nix): add misc packages --- nix/hosts/framework/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index b328011..0e6080d 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -63,6 +63,7 @@ wabt gleam erlang + zip discord steam @@ -90,6 +91,8 @@ rofimoji playerctl + nil + emacs alacritty emacs-lsp-booster @@ -104,11 +107,15 @@ irony-server + typescript-language-server + jdk23 ocaml ocamlPackages.ocaml-lsp dune_3 + opam + ocamlformat noto-fonts fira-code @@ -121,6 +128,8 @@ roboto adwaita-icon-theme + + ihaskell ]; emacsPackages = with pkgs.emacsPackages; [ mu4e ]; pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];