Skip to content

Commit f2efcec

Browse files
committed
feat(qt): 更改Qt平台主题和样式配置
将Qt平台主题从qt5ct更改为gnome,样式从kvantum更改为adwaita-dark, 以提供更好的桌面集成体验。
1 parent acf44b6 commit f2efcec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

modules/nixos/desktop/qt.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
pkgs,
33
lib,
44
...
5-
}: {
5+
}:
6+
{
67
qt = {
78
enable = true;
8-
platformTheme = "qt5ct";
9-
style = "kvantum";
9+
platformTheme = "gnome";
10+
style = "adwaita-dark";
1011
};
1112
}

0 commit comments

Comments
 (0)