Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
2
hm_modules/development/javascript.nix
Normal file
2
hm_modules/development/javascript.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{ pkgs, lib, config, ... }: { home.packages = with pkgs; lib.optionals config.programs.helix.enable [ nodePackages.typescript-language-server ]; }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue