3 lines
46 B
Nix
3 lines
46 B
Nix
{pkgs, ...}: {
|
|
home.packages = [pkgs.fd];
|
|
}
|
{pkgs, ...}: {
|
|
home.packages = [pkgs.fd];
|
|
}
|