fastfetch

fastfetch 2.68.1

Actively maintained, feature-rich and performance oriented, neofetch like system information tool

<rendered-html><p>Fast and highly customizable system info script.</p> <p>This wrapped package makes optional runtime libraries available to the full-featured fastfetch-unwrapped binary.</p> </rendered-html>

https://github.com/fastfetch-cli/fastfetch
MIT License
main program: fastfetchprograms: fastfetch
Platforms (79)
i686-freebsdx86_64-windowsarmv6l-netbsdarmv5tel-linuxarmv7l-netbsdx86_64-solarisarmv7a-netbsdriscv32-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  fastfetch
];
Ad-hoc shell
nix-shell -p fastfetch
Flake (nix run)
nix run nixpkgs#fastfetch