diff --git a/nixos/common.nix b/nixos/common.nix index 89c2088f..d19e07d6 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -48,7 +48,7 @@ in autoPrune.enable = true; }; - fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione ]; + fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione iosevka ]; nix = { autoOptimiseStore = true;