index
:
nix.git
main
wayland
null
caroline
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
gtk.nix
blob: 8f640c4276e530c0010f5448dbb00edfe9ea36aa (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
gtk
=
{
enable
=
true
;
};
}