feat(programs): add yq package to home programs

This commit is contained in:
2026-02-23 14:43:49 +05:30
parent 738013df66
commit 60952a0e7f
2 changed files with 2 additions and 0 deletions

View File

@@ -82,5 +82,6 @@
./yazi.nix ./yazi.nix
./yt-dlp.nix ./yt-dlp.nix
./zoxide.nix ./zoxide.nix
./yq.nix
]; ];
} }

1
home/programs/yq.nix Normal file
View File

@@ -0,0 +1 @@
{pkgs, ...}: {home.packages = [pkgs.yq];}