Add freetube

This commit is contained in:
Jakob Lechner 2025-10-24 23:03:29 +02:00
parent 8c72e2ed3a
commit d4a2f6df35
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
./firefox ./firefox
./fish.nix ./fish.nix
./fpv.nix ./fpv.nix
./freetube.nix
./git.nix ./git.nix
./gnuradio.nix ./gnuradio.nix
./graphics ./graphics

View file

@ -0,0 +1,7 @@
{ nixosConfig, ... }:
{
programs.freetube = {
inherit (nixosConfig.jalr.gui) enable;
};
}