feat(ags): finish migrating v1 to v2

This commit is contained in:
matt1432 2025-02-28 21:56:54 -05:00
parent 7d64a1fe25
commit 2e15e10fd5
24 changed files with 1196 additions and 1026 deletions
packages

View file

@ -4,6 +4,8 @@
pkgs,
...
}: {
coloryou = pkgs.callPackage ./coloryou {};
gpu-screen-recorder = pkgs.callPackage ./gpu-screen-recorder/gpu-screen-recorder.nix {
inherit (inputs) gpu-screen-recorder-src;
};