Do a TON of organising into seperate files

This commit is contained in:
BuyMyMojo 2025-04-05 10:40:02 +11:00
parent b42afdda7e
commit 823361a999
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
20 changed files with 396 additions and 116 deletions

View file

@ -0,0 +1,15 @@
{
config,
pkgs,
unstable,
inputs,
nix-your-shell,
...
}:
{
programs.gpu-screen-recorder = {
enable = true;
package = unstable.gpu-screen-recorder;
};
}