move stupid gtk2 directory out of my home

This commit is contained in:
caem 2025-01-31 00:02:42 +01:00
parent ea950edc6d
commit 48d7657d7c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ pkgs, lib, inputs, ... }:
{ pkgs, lib, inputs, config, ... }:
let
picture-uri = if builtins.hasAttr "wallpaper" inputs.secrets.paths
@ -7,6 +7,7 @@ let
in {
gtk = {
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
};