feat(home): add vegur font

This commit is contained in:
Tim Schubert 2025-01-25 13:15:14 +01:00
parent 99e3eaa034
commit c5a0cf2dd8
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -133,6 +133,7 @@ with pkgs; [
ttyd
unzip
usbutils
vegur
virt-manager
viu # view images from the terminal
vscodium

View file

@ -27,6 +27,7 @@ with lib; {
fonts.packages = mkDefault (with pkgs; [
source-code-pro
vegur
]);
users.mutableUsers = mkDefault true;