about summary refs log tree commit diff stats
path: root/nix-conf/machines
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-02-11 16:20:47 +0000
committerDavid Morgan <djm_uk@protonmail.com>2025-02-11 16:20:47 +0000
commit6a2c30f1a07a4497f4d1c9582e13c2672161eabc (patch)
tree69998d9b761074b3142d76854d02634050b8b47e /nix-conf/machines
parent743352d5aa81fa3ceea8e940322840df0aea71e0 (diff)
downloaddotfiles-6a2c30f1a07a4497f4d1c9582e13c2672161eabc.tar.gz
Add aporetic fonts from unstable
Diffstat (limited to 'nix-conf/machines')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 766b814..84927ac 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -5,6 +5,9 @@
   ...
 }:
 
+let
+  unstable = import <nixos-unstable> { };
+in
 {
   imports = [ ./hardware-configuration.nix ];
 
@@ -204,6 +207,8 @@
     iosevka-bin
     jetbrains-mono
     meslo-lgs-nf
+    unstable.aporetic.sans-mono
+    unstable.aporetic.serif-mono
   ];
 
   programs.zsh.enable = true;