fix: nvidia hardware config

This commit is contained in:
DACHXY 2024-12-26 14:12:14 +08:00
parent 9f05c20cca
commit 9c2da1547b
5 changed files with 34 additions and 27 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;
};
};