9 lines
126 B
Nix
9 lines
126 B
Nix
{ config, ... }:
|
|
{
|
|
qt = {
|
|
enable = config.system.desktop.enable;
|
|
style = "gtk2";
|
|
platformTheme = "gtk2";
|
|
};
|
|
}
|