switch to a better launcher

This commit is contained in:
Schrottkatze 2026-01-02 04:54:38 +01:00
commit 45a85e7a82
No known key found for this signature in database
6 changed files with 58 additions and 14 deletions

View file

@ -5,10 +5,13 @@
src = pkgs.fetchFromGitHub {
owner = "google";
repo = "fonts";
rev = "8a0041ea7b92e339a7ce13e4e1dadcc85cb8f5df";
sha256 = "sha256-9TzeihEKIEDRtDuv+NmLWjTpoGnBR+RP/jIBfB1O06U=";
rev = "0bd2d5599819aa0774f5ca64c8ac3f54ae3fd54f";
sha256 = "sha256-E89GYJKG65Dh7TPI6TVre/4LCxXnxvTAPYS/OPj7nPg=";
};
installPhase = oldAttrs.installPhase + "mv $out/share/fonts/truetype $out/share/fonts/ttf";
installPhase =
oldAttrs.installPhase
+ "mv $out/share/fonts/truetype $out/share/fonts/ttf\n"
+ "rm $out/share/fonts/ttf/Noto*Emoji*.ttf";
});
};
@ -17,8 +20,8 @@
nerd-fonts.fira-code
nerd-fonts.departure-mono
google-fonts
noto-fonts-color-emoji
montserrat
noto-fonts
atkinson-hyperlegible
arkpandora_ttf
liberation_ttf
@ -42,7 +45,7 @@
fonts.fontconfig = {
enable = true;
defaultFonts = {
emoji = [ ];
emoji = [ "Noto Color Emoji" ];
monospace = [ ];
sansSerif = [ "Atkinson Hyperlegible" ];
serif = [ ];