about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-02-11 16:31:07 +0000
committerDavid Morgan <djm_uk@protonmail.com>2025-02-11 16:31:07 +0000
commit8046610967997ddfb43175022db11377a17f4895 (patch)
tree32312a970c872abf7ad9d38d928f3871e99e40a5 /nix-conf
parent50047f5fb69b666cd81b6464380d3693ca47e8d5 (diff)
downloaddotfiles-8046610967997ddfb43175022db11377a17f4895.tar.gz
Fix aporetic fonts
Diffstat (limited to 'nix-conf')
-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;