feat(music): added guitarix to music-apps.nix

This commit is contained in:
kptltd00m
2026-07-03 22:11:05 +02:00
parent e540227a19
commit 5e25ed4d5e
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
pkgs,
...
}: {
home.packages = (with pkgs; [
guitarix
]);
}