updated system config

This commit is contained in:
Natalie Marks 2024-01-27 23:46:57 -08:00
parent feeabac5da
commit 36a707508f

View file

@ -13,6 +13,9 @@
services.tailscale.enable = true;
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
fonts.packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode" "Iosevka"];})
];