programming/nim: add nim profile

This commit is contained in:
Infinidoge 2021-12-25 01:27:06 -05:00
parent c4406274c1
commit 2c27aefeaf
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
nim
nimlsp
];
}