mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-16 00:53:05 +01:00
switch to a better launcher
This commit is contained in:
parent
73a428be90
commit
45a85e7a82
6 changed files with 58 additions and 14 deletions
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue