feat: add matrix-rtc #1

Merged
servius merged 6 commits from matrix-rtc into master 2026-02-23 19:42:07 +08:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 60952a0e7f - Show all commits

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];}