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

8 lines
139 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
];
}