mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-19 03:33:30 -05:00
9 lines
140 B
Nix
9 lines
140 B
Nix
|
{pkgs, ...}: {
|
||
|
home = {
|
||
|
packages = with pkgs; [
|
||
|
imagemagick
|
||
|
ffmpeg
|
||
|
yt-dlp
|
||
|
];
|
||
|
}
|
||
|
}
|