Add fonts to work-wsl

Required for Emacs
This commit is contained in:
Andreas Zweili 2024-02-02 07:49:20 +01:00
parent 86cd324d44
commit c823e50b2a
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
NIX_PATH = "nixpkgs=${inputs.nixpkgs}";
PATH = "$PATH:$HOME/.local/bin";
};
packages = with pkgs; [ keychain nixfmt mosh ];
packages = with pkgs; [ keychain nixfmt mosh gyre-fonts source-code-pro ];
};
nix = {
package = pkgs.nix;
@ -34,6 +34,7 @@
};
};
fonts.fontconfig.enable = true;
programs = {
az-ansible.enable = true;
az-emacs.enable = true;