Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
27c8f0c727224056618fc73cc22b1a80895fd376
/
.
/
src
/
scripts
/
personal
/
gtk.nix
blob: e61e72bc0c94e88eeb626e47ea022b259aad5f89 [
file
] [
log
] [
blame
]
Skyler Turner
27c8f0c
2022-03-08 13:07:15 +0000
[
diff
] [
blame^
]
1
{
...
}:
{
2
gtk
=
{
3
enable
=
true
;
4
gtk
.
theme
.
package
=
pkgs
.
juno
-
theme
;
5
gtk
.
theme
.
name
=
"Juno"
;
6
};
7
}