switch all font packages to unstable

This commit is contained in:
Jill 2024-03-17 15:12:54 +03:00
parent 17acdd6171
commit d5d74d9c3b
1 changed files with 5 additions and 5 deletions

View File

@ -41,17 +41,17 @@ in {
size = 11; size = 11;
}; };
monospace = mkFontOption "monospace" { monospace = mkFontOption "monospace" {
package = pkgs.cozette; package = pkgs.unstable.cozette;
family = "CozetteVector"; family = "CozetteVector";
size = 10; size = 10;
}; };
monospaceBitmap = mkFontOption "bitmap monospace" { monospaceBitmap = mkFontOption "bitmap monospace" {
package = pkgs.cozette; package = pkgs.unstable.cozette;
family = "Cozette"; family = "Cozette";
size = 10; size = 10;
}; };
emoji = mkFontOption "emoji" { emoji = mkFontOption "emoji" {
package = pkgs.twitter-color-emoji; package = pkgs.unstable.twitter-color-emoji;
family = "Twitter Color Emoji"; family = "Twitter Color Emoji";
size = 10; # not applicable, but whatever size = 10; # not applicable, but whatever
}; };
@ -69,7 +69,7 @@ in {
emoji = [ cfg.fonts.emoji.family ]; emoji = [ cfg.fonts.emoji.family ];
}; };
enableGhostscriptFonts = true; enableGhostscriptFonts = true;
packages = with pkgs; [ packages = with pkgs.unstable; [
corefonts corefonts
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
@ -95,7 +95,7 @@ in {
}; };
} // (mkIf cfg.baseFonts { } // (mkIf cfg.baseFonts {
fonts.enableDefaultPackages = true; fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [ fonts.packages = with pkgs.unstable; [
fira-code fira-code
fira-code-symbols fira-code-symbols
mplus-outline-fonts.githubRelease mplus-outline-fonts.githubRelease