feat: Add nerdfont
This commit is contained in:
1
boot.nix
1
boot.nix
@@ -5,7 +5,6 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
|
||||
8
sw.nix
8
sw.nix
@@ -41,6 +41,14 @@
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
];
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ];
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
programs.mtr.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user