diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-02-11 16:31:07 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-02-11 16:31:07 +0000 |
commit | 8046610967997ddfb43175022db11377a17f4895 (patch) | |
tree | 32312a970c872abf7ad9d38d928f3871e99e40a5 | |
parent | 50047f5fb69b666cd81b6464380d3693ca47e8d5 (diff) | |
download | dotfiles-8046610967997ddfb43175022db11377a17f4895.tar.gz |
Fix aporetic fonts
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 5 |
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; |