adwaita-icon-theme-legacy

adwaita-icon-theme-legacy 46.2

Fullcolor icon theme providing fallback for legacy apps

https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy
Creative Commons Attribution Share Alike 3.0
programs: -
Platforms (80)
armv7l-netbsdmips64-linuxarmv5tel-linuxmicroblazeel-nonem68k-linuxi686-noneaarch64-windowspowerpc64le-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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