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