mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
feat(home): init golive
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
./pavucontrol.nix
|
||||
./playerctl.nix
|
||||
./qt.nix
|
||||
./golive.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.golive];
|
||||
}
|
||||
Reference in New Issue
Block a user