fix: add Fira Code and JetBrains Mono
This commit is contained in:
parent
e10ec65688
commit
53c40ee21e
2 changed files with 4 additions and 3 deletions
|
@ -164,4 +164,8 @@ in
|
||||||
programs.zsh.histSize = 5000;
|
programs.zsh.histSize = 5000;
|
||||||
|
|
||||||
users.defaultUserShell = "/etc/profiles/per-user/opdavies/bin/zsh";
|
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
|
# ../../../home-manager/modules/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
jetbrains-mono
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue