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