vesktop desktop entry modification

This commit is contained in:
DACHXY 2024-12-26 13:49:47 +08:00
parent aad529ecbc
commit 0e57460b6a
2 changed files with 14 additions and 8 deletions

View file

@ -22,15 +22,11 @@
};
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme = 1;
'';
gtk-application-prefer-dark-theme = 1;
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme = 1;
'';
gtk-application-prefer-dark-theme = 1;
};
};