adwaita-qt6

adwaita-qt 1.4.2

Style to bend Qt applications to look like they belong into GNOME Shell

https://github.com/FedoraQt/adwaita-qt
GNU General Public License v2.0 or later
programs: -
Platforms (80)
x86_64-genodex86_64-freebsdpowerpc-linuxmips64-linuxor1k-nonearmv7l-linuxaarch64-netbsdarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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