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

@ -164,4 +164,8 @@ in
programs.zsh.histSize = 5000;
users.defaultUserShell = "/etc/profiles/per-user/opdavies/bin/zsh";
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; })
];
}

View file

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