From 8046610967997ddfb43175022db11377a17f4895 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 11 Feb 2025 16:31:07 +0000 Subject: Fix aporetic fonts --- nix-conf/machines/egalmoth/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index 1af2662..c300cfe 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -5,7 +5,7 @@ ... }: let - unstable = import { }; + unstable = import { }; in { imports = [ ./hardware-configuration.nix ]; @@ -208,8 +208,7 @@ in iosevka-bin jetbrains-mono meslo-lgs-nf - unstable.aporetic.sans-mono - unstable.aporetic.serif-mono + unstable.aporetic ]; programs.zsh.enable = true; -- cgit 1.4.1-2-gfad0