summaryrefslogtreecommitdiff
path: root/meta/language/codespell/default.nix
blob: 9018b9fb224e1395968d49fc0b742f1957e75060 (plain) (blame)
1
2
3
4
5
{ pkgs, ... }: {
  home.packages = with pkgs; [
    codespell
  ];
}