1
Fork 0
satellite/modules/theme/fonts.nix
2020-11-09 17:13:52 +02:00

9 lines
153 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
fira-code
fira-code-symbols
source-code-pro
corefonts
];
}