summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/languages/nim.nix
blob: 8343ea6642c7809ff9d46632b66c22ee0676b5eb (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    nim
    nimble
    nimlangserver
  ];
}