summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-06 15:49:51 -0700
committerFuwn <[email protected]>2024-10-06 15:49:51 -0700
commitcb8f7df8265f066869d1fc142b1367ffbdaa8153 (patch)
tree71182f10fbfb86c02a9c8f7086906c782fcbdb0a
parentsecrets: remove exposed catgirl config names from sops config (diff)
downloadnixos-config-cb8f7df8265f066869d1fc142b1367ffbdaa8153.tar.xz
nixos-config-cb8f7df8265f066869d1fc142b1367ffbdaa8153.zip
yaml: add useful programs
-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
+ ];
}