10 lines
105 B
Nix
10 lines
105 B
Nix
{ ... }:
|
|
|
|
{
|
|
qt = {
|
|
enable = true;
|
|
platformTheme = "gnome";
|
|
style = "adwaita-dark";
|
|
};
|
|
}
|
|
|