dotfiles/modules/home/gui/desktop/theming/gtk/config/gtk3.nix

6 lines
73 B
Nix
Raw Normal View History

{
extraConfig = {
gtk-application-prefer-dark-theme = true;
};
}