diff --git a/home/gtk.nix b/home/gtk.nix
index a0738f4..7be7d77 100644
--- a/home/gtk.nix
+++ b/home/gtk.nix
@@ -20,7 +20,11 @@ in {
 
     gtk2 = {
       # No garbage polluting my $HOME
-      configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
+      #
+      # I had this enabled but some program somehow couldn't find my
+      # configuration there. I think it was nm-applet.
+      #
+      #configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
     };
 
     iconTheme = {