mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-24 19:29:40 +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;
};
};
}
```
|
||
|---|---|---|
| .. | ||
| dconf.nix | ||
| debug.nix | ||
| fontconfig.nix | ||
| gtk.nix | ||
| lib.nix | ||
| news.nix | ||
| nixpkgs.nix | ||
| numlock.nix | ||
| pam.nix | ||
| qt.nix | ||
| submodule-support.nix | ||
| tmpfiles.nix | ||
| version.nix | ||
| vte.nix | ||
| xdg-mime-apps.nix | ||
| xdg-mime.nix | ||
| xdg-user-dirs.nix | ||
| xdg.nix | ||