fix: add Fira Code and JetBrains Mono

This commit is contained in:
Oliver Davies 2022-12-09 09:19:51 +00:00
parent e10ec65688
commit 53c40ee21e
2 changed files with 4 additions and 3 deletions

View file

@ -11,11 +11,8 @@
# ../../../home-manager/modules/zsh.nix
];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
docker
docker-compose
jetbrains-mono
];
}