This website requires JavaScript.
Explore
Help
Register
Sign In
nevafel
/
myNixosFlake
Watch
1
Star
0
Fork
0
You've already forked myNixosFlake
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
myNixosFlake
/
nixos
/
modules
/
minimal
/
fonts.nix
10 lines
109 B
Nix
Raw
Normal View
History
Unescape
Escape
first commit
2024-10-14 18:43:31 +03:00
{
pkgs
,
.
.
.
}:
{
fonts
.
packages
=
with
pkgs
;
[
winter update
2024-12-08 20:41:35 +03:00
nerd-fonts
.
ubuntu
first commit
2024-10-14 18:43:31 +03:00
noto-fonts
hack-font
]
;
}
Reference in New Issue
Copy Permalink