7 lines
73 B
Nix
Executable File
7 lines
73 B
Nix
Executable File
{ pkgs, lib, user, ... }:
|
|
{
|
|
qt = {
|
|
platformTheme = "gtk";
|
|
};
|
|
}
|