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)
loongarch64-linuxmicroblaze-linuxarmv7l-linuxmips64el-linuxriscv64-linuxmipsel-linuxriscv32-linuxs390-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