7 lines
99 B
Nix
7 lines
99 B
Nix
_: {
|
|
qt = {
|
|
enable = true;
|
|
platformTheme = "gnome";
|
|
style.name = "adwaita-dark";
|
|
};
|
|
}
|