8 lines
53 B
Nix
8 lines
53 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
qt.enable = true;
|
|
}
|