dotfiles/home/modules/gui/desktop/gtk/config/gtk3.nix
2025-01-19 23:40:54 -06:00

5 lines
73 B
Nix
Executable file

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