feat(home): init golive

This commit is contained in:
Gabriel Fontes
2026-08-29 15:05:07 -03:00
parent a1159e49c4
commit 6ca08d3ac8
2 changed files with 4 additions and 0 deletions
@@ -14,6 +14,7 @@
./pavucontrol.nix
./playerctl.nix
./qt.nix
./golive.nix
];
home.packages = [
@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.golive];
}