Skip to content

Commit

Permalink
Revert "Theming options for Gtk and Qt"
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Feb 23, 2020
1 parent 9d82f06 commit 2442f99
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 456 deletions.
32 changes: 0 additions & 32 deletions nixos/doc/manual/configuration/x-windows.xml
Expand Up @@ -160,38 +160,6 @@
package into your system environment. It should work for all Qt 5 library
versions.
</para>
<para>
With help of
<option>
<link linkend="opt-gtk.enable">
gtk
</link>
</option>
and
<option>
<link linkend="opt-qt.enable">
qt
</link>
</option>
modules you can declaratively set system-wide themes settings.
<programlisting>
gtk.enable = true;
gtk.theme = {
name = "Adwaita-dark";
package = pkgs.gnome-themes-extra;
};
gtk.iconTheme = {
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;
};
qt.enable = true;
qt.platformTheme = "gtk3";
qt.style = {
name = "adwaita-dark";
package = pkgs.adwaita-qt;
};
</programlisting>
</para>
</simplesect>
<simplesect xml:id="custom-xkb-layouts">
<title>Custom XKB layouts</title>
Expand Down
160 changes: 0 additions & 160 deletions nixos/modules/config/gtk/gtk.nix

This file was deleted.

0 comments on commit 2442f99

Please sign in to comment.