10 lines
126 B
Nix
10 lines
126 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.xwayland.enable = true;
|
|
|
|
environment.sessionVariables = {
|
|
QT_QPA_PLATFORMTHEME = "qt5ct";
|
|
};
|
|
}
|