Explicitly enable gtk and qt
This commit is contained in:
parent
f91980ed53
commit
e6d32e5e6c
1 changed files with 7 additions and 0 deletions
|
@ -51,4 +51,11 @@ in
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue