diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-02 16:54:58 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-02 16:54:58 +0000 |
commit | fb933f9bc527499bfdacdae71189e8c5426722b4 (patch) | |
tree | f89d124ec3630d828193b5999dbde60e2d2ddc38 /nix-conf/machines | |
parent | 39cd18a854056bf950b308719d0f6cb569ccb213 (diff) | |
download | dotfiles-fb933f9bc527499bfdacdae71189e8c5426722b4.tar.gz |
Remove unstable channel
Diffstat (limited to 'nix-conf/machines')
-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 |