home/theme: theme qt6 applications

This commit is contained in:
Aly Raffauf 2024-07-14 15:45:23 -04:00
parent 2b8bae8c04
commit 5b1fbb5030

View file

@ -8,7 +8,10 @@
in {
config = lib.mkIf cfg.enable {
home = {
packages = with pkgs; [gnome.adwaita-icon-theme];
packages = with pkgs; [
adwaita-qt
gnome.adwaita-icon-theme
];
pointerCursor = {
gtk.enable = true;
@ -101,7 +104,7 @@ in {
enable = true;
platformTheme.name = "qtct";
style = {
package = pkgs.adwaita-qt;
package = pkgs.adwaita-qt6;
name =
if cfg.darkMode
then "Adwaita-Dark"