index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
system
/
desktop
/
gtk.nix
blob: 4357e7575a0b8b1cc99fb99362a9a6c891a03ec5 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
gtk2 gtk3 gtk4
];
}