mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-23 16:20:00 +00:00
7 lines
70 B
Nix
7 lines
70 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = with pkgs; [
|
||
|
x264
|
||
|
mpv
|
||
|
];
|
||
|
}
|