1
0
Fork 0
puter/hosts/insomniac/freetube.nix

7 lines
75 B
Nix
Raw Normal View History

2025-05-11 22:49:04 +02:00
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.freetube
];
}