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

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

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