20 lines
279 B
Nix
20 lines
279 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
adwaita-fonts
|
|
apple-color-emoji
|
|
corefonts
|
|
dejavu_fonts
|
|
nerd-fonts.bigblue-terminal
|
|
nerd-fonts.comic-shanns-mono
|
|
nerd-fonts.terminess-ttf
|
|
nerd-fonts.ubuntu-mono
|
|
sf-pro
|
|
vista-fonts
|
|
];
|
|
}
|