diff options
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix index 8891b61..2c85d22 100644 --- a/nix-conf/machines/egalmoth/configuration.nix +++ b/nix-conf/machines/egalmoth/configuration.nix @@ -1,8 +1,5 @@ { config, pkgs, lib, ... }: -let - unstable = import <nixos-unstable> { }; -in { imports = [ @@ -165,7 +162,7 @@ in ]; fonts.fonts = with pkgs; [ - unstable.iosevka-comfy.comfy + iosevka-comfy.comfy iosevka-bin jetbrains-mono meslo-lgs-nf |