From c5a0cf2dd8f9bbca8c38bcc83e493c3d4293cf14 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 25 Jan 2025 13:15:14 +0100 Subject: [PATCH] feat(home): add vegur font --- home/pkgs.nix | 1 + nixos/modules/profiles/laptop.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/pkgs.nix b/home/pkgs.nix index 5a03528..410abfe 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -133,6 +133,7 @@ with pkgs; [ ttyd unzip usbutils + vegur virt-manager viu # view images from the terminal vscodium diff --git a/nixos/modules/profiles/laptop.nix b/nixos/modules/profiles/laptop.nix index a525106..3ad8c11 100644 --- a/nixos/modules/profiles/laptop.nix +++ b/nixos/modules/profiles/laptop.nix @@ -27,6 +27,7 @@ with lib; { fonts.packages = mkDefault (with pkgs; [ source-code-pro + vegur ]); users.mutableUsers = mkDefault true;