diff options
| author | Fuwn <[email protected]> | 2024-10-06 15:49:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-06 15:49:51 -0700 |
| commit | cb8f7df8265f066869d1fc142b1367ffbdaa8153 (patch) | |
| tree | 71182f10fbfb86c02a9c8f7086906c782fcbdb0a | |
| parent | secrets: remove exposed catgirl config names from sops config (diff) | |
| download | nixos-config-cb8f7df8265f066869d1fc142b1367ffbdaa8153.tar.xz nixos-config-cb8f7df8265f066869d1fc142b1367ffbdaa8153.zip | |
yaml: add useful programs
| -rw-r--r-- | home/ebisu/kansai/fortune/development/languages/yaml.nix | 6 |
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 + ]; } |