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