nixos-config/subprojects/wrapper-manager-fds/tests/lib/env/wrapper-neofetch.nix

12 lines
214 B
Nix

{ lib, pkgs, yourMomName, ... }:
{
arg0 = lib.getExe' pkgs.neofetch "neofetch";
executableName = yourMomName;
appendArgs = [
"--ascii_distro" "guix"
"--title_fqdn" "off"
"--os_arch" "off"
];
}