summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/ebisu/kansai/fortune/development/languages/yaml.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/ebisu/kansai/fortune/development/languages/yaml.nix b/home/ebisu/kansai/fortune/development/languages/yaml.nix
index b53bd12..468ab45 100644
--- a/home/ebisu/kansai/fortune/development/languages/yaml.nix
+++ b/home/ebisu/kansai/fortune/development/languages/yaml.nix
@@ -1,4 +1,8 @@
{ pkgs, ... }:
{
- home.packages = with pkgs; [ yamllint ];
+ home.packages = with pkgs; [
+ yamllint
+ yamlfix
+ yamlfmt
+ ];
}