mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
11 lines
80 B
Nix
11 lines
80 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = [
|
|
pkgs.yt-dlp-light
|
|
];
|
|
}
|