1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00
home-manager/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
..
dconf.nix dconf: make sure the configuration directory exists 2021-01-21 20:35:03 +01:00
debug.nix debug: add module 2020-03-07 15:03:44 +01:00
fontconfig.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
gtk.nix gtk: apply nixfmt 2020-05-25 00:46:58 +02:00
lib.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
news.nix home-manager: respect NO_COLOR environment variable 2021-03-03 23:28:06 +01:00
nixpkgs.nix nixpkgs: take Nixpkgs path from argument 2020-08-19 00:33:25 +02:00
numlock.nix numlock: add test 2020-09-18 19:35:19 +02:00
pam.nix pam: add note about future deprecation 2021-01-01 09:51:26 +01:00
qt.nix qt: add qt.style option (#1839) 2021-03-03 22:20:17 -05:00
submodule-support.nix doc: surround name? with fancier characters 2019-09-01 21:28:40 +02:00
tmpfiles.nix tmpfiles: add module 2020-05-16 13:32:33 +02:00
version.nix home-manager: use 21.05 as next version 2021-02-05 22:09:00 +01:00
vte.nix vte: add module 2020-06-14 12:20:12 +02:00
xdg-mime-apps.nix xdg.mimeApps: use xdg.dataFile instead of home.file 2020-05-09 23:53:48 +02:00
xdg-mime.nix xdg-mime: more forcefully create directories 2020-08-29 17:33:07 +02:00
xdg-user-dirs.nix xdg-user-dirs: fix erroneous dirs file 2020-08-13 00:07:04 +02:00
xdg.nix xdg: disambiguate home.file attribute names 2020-10-22 23:51:01 +02:00