3 lines
117 B
Nix
3 lines
117 B
Nix
{pkgs, ...}: {
|
|
environment.shellAliases.neofetch = "${pkgs.hyfetch}/bin/neowofetch --config ${./neofetch.conf}";
|
|
}
|