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

5 lines
73 B
Nix
Executable file

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