This website requires JavaScript.
Explore
Help
Sign In
tasiaiso
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
nixos-config
/
common
/
components
/
fonts.nix
6 lines
108 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
lots of stuff, and not a whole lot at the same time
2025-01-28 21:46:25 +01:00
{
pkgs
,
.
.
.
}:
{
fonts
.
packages
=
with
pkgs
;
[
(
nerdfonts
.
override
{
fonts
=
[
"
J
e
t
B
r
a
i
n
s
M
o
n
o
"
]
;
}
)
]
;
fmt
2025-01-28 21:47:38 +01:00
}
Reference in a new issue
Copy permalink