index
:
infra
fcuny/jovian
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
profiles
/
desktop
/
fonts.nix
blob: 5767d3a367271a95dd4a0b020fb07cf2d7e27782 (
plain
) (
tree
)
b9908fe
1
2
3
4
5
6
{
pkgs
,
...
}:
{
fonts
.
packages
=
with
pkgs
;
[
source-code-pro
];
}