1
Fork 0
satellite/modules/theme/fonts.nix
2020-04-12 13:45:29 +03:00

8 lines
139 B
Nix

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