afetch

afetch 2.2.0

Fetch program written in C

https://github.com/13-CF/afetch
GNU General Public License v3.0 or later
main program: afetchprograms: afetch
Platforms (24)
riscv64-linuxs390-linuxs390x-linuxmips64el-linuxm68k-linuxarmv7l-linuxmicroblaze-linuxi686-linux
View source on NixOS/nixpkgs →

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