mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-24 03:09:38 +01:00
This allows you to set a theme for Qt applications. For example, if you
want to use `adwaita-qt` theme to have uniform look between Gtk and Qt
applications, you can use it like this:
```nix
{
qt = {
enable = true;
platformTheme = "gnome";
style = {
name = "adwaita";
package = pkgs.adwaita-qt;
};
};
}
```
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| qt-platform-theme-gnome.nix | ||
| qt-platform-theme-gtk.nix | ||