1
Fork 0
satellite/modules/theme/fonts.nix

9 lines
153 B
Nix
Raw Normal View History

2020-04-12 12:45:29 +02:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
fira-code
fira-code-symbols
source-code-pro
2020-11-09 16:13:52 +01:00
corefonts
2020-04-12 12:45:29 +02:00
];
}