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