afetch
afetch 2.2.0
Fetch program written in C
https://github.com/13-CF/afetchGNU General Public License v3.0 or later
main program: afetchprograms: afetch
Maintainers
Platforms (24)
microblazeel-linuxm68k-linuxmips64-linuxs390x-linuxarmv7l-linuxpowerpc64-linuxriscv64-linuxmipsel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ afetch ];
Ad-hoc shell
nix-shell -p afetch
Flake (nix run)
nix run nixpkgs#afetch