fix: add Fira Code and JetBrains Mono
This commit is contained in:
parent
e10ec65688
commit
53c40ee21e
|
@ -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" ]; })
|
||||
];
|
||||
}
|
||||
|
|
|
@ -11,11 +11,8 @@
|
|||
# ../../../home-manager/modules/zsh.nix
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
docker
|
||||
docker-compose
|
||||
jetbrains-mono
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue