Add GTK3 settings to my literate configuration

This commit is contained in:
Tom Willemse 2023-05-24 00:02:12 -07:00
parent 7b4a84ef75
commit f5bfd6899a

View file

@ -88,6 +88,17 @@ Putting it all together to define the service for my home configuration.
<<environment-variables>>)))
#+end_src
* GTK3
I have a very simple GTK configuration. All I configure is that the applications should prefer a dark theme over a light one.
#+begin_src conf-unix :tangle settings.ini
[Settings]
gtk-application-prefer-dark-theme=true
#+end_src
* Home
This brings it all together. The =<<services>>= is where all the services defined throughout this document are placed, and the last few lines return my home environment.