2 lines
148 B
Nix
2 lines
148 B
Nix
{ pkgs, lib, config, ... }: { home.packages = with pkgs; lib.optionals config.programs.helix.enable [ nodePackages.typescript-language-server ]; }
|
|
|