about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/machines/egalmoth/configuration.nix')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix5
1 files 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 <nixos-unstable> { };
+  unstable = import <unstable> { };
 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;