adwsteamgtk

adwsteamgtk 0.8.0

Simple Gtk wrapper for Adwaita-for-Steam

https://github.com/Foldex/AdwSteamGtk
GNU General Public License v3.0 or later
main program: adwaita-steam-gtkprograms: adwaita-steam-gtk
Platforms (24)
arc-linuxs390x-linuxi686-linuxriscv32-linuxmicroblaze-linuxmicroblazeel-linuxarmv5tel-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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