about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;