summaryrefslogtreecommitdiff
path: root/home/ebisu/nara/programs/analysis.nix
blob: 98d1657f1df96c46d6b1b47c0cac8ede72df7abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    nixfmt-rfc-style
    shfmt
    shellcheck
    mdformat
    treefmt
  ];
}