Skip to content

Commit

Permalink
fix(modules): Rename qt.platformTheme to qt.platformTheme.name
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Apr 21, 2024
1 parent aceb7aa commit e085e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphical/theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# QT theme configs
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
}; # END qt
};
};
Expand Down

0 comments on commit e085e15

Please sign in to comment.