1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-25 07:58:31 +02:00
home-manager/tests/modules/misc
Thiago Kenji Okada 0e2dc4be30
qt: add qt.style option (#1839)
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;
    };
  };
}
```
2021-03-03 22:20:17 -05:00
..
debug debug: add module 2020-03-07 15:03:44 +01:00
fontconfig fontconfig: disable multiple font packages test 2020-07-31 17:30:57 +02:00
numlock numlock: add test 2020-09-18 19:35:19 +02:00
pam Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
qt qt: add qt.style option (#1839) 2021-03-03 22:20:17 -05:00
xdg xdg: disambiguate home.file attribute names 2020-10-22 23:51:01 +02:00
xsession tests: improve test purity 2020-04-24 21:46:34 +02:00