summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/shell.nix
blob: a47a2cc92f2c9558c112bb5e5e93301129c26a05 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    amber-lang
    shfmt
  ];
}