8 lines
68 B
Nix
8 lines
68 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
gtk.enable = true;
|
||
|
imports = [
|
||
|
./gtk3.nix
|
||
|
];
|
||
|
}
|