summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/languages/yaml.nix
blob: 468ab458898c8225c8ee6cf8ab717eaadfa6451f (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    yamllint
    yamlfix
    yamlfmt
  ];
}