task | update/fix fonts

This commit is contained in:
Don Harper 2024-12-02 07:21:28 -06:00
parent b0a01d0098
commit 74e688b95d
2 changed files with 16 additions and 7 deletions

View file

@ -243,6 +243,17 @@ in {
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = ["electron-25.9.0"];
fonts.packages = with pkgs; [
anonymousPro
font-awesome
jetbrains-mono
nerdfonts
noto-fonts
powerline-fonts
source-code-pro
victor-mono
];
environment.systemPackages = with pkgs; [
python-with-my-packages
acpi