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)
riscv64-linuxs390-linuxs390x-linuxmips64el-linuxm68k-linuxarmv7l-linuxmicroblaze-linuxi686-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