summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/language.nix
blob: 6bb8476e4298fa79251e7d71687421d830e16c96 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    codespell
    jiten
    # tagainijisho
    typos
  ];
}