8 lines
94 B
Nix
8 lines
94 B
Nix
{
|
|
qt = {
|
|
enable = true;
|
|
platformTheme = "gnome";
|
|
style = "adwaita-dark";
|
|
};
|
|
}
|