fonts and pihole changes
This commit is contained in:
@@ -19,30 +19,40 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
fonts.packages = with pkgs; [
|
||||
inputs.fonts.packages.${pkgs.system}.vcr-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
fira-code-symbols
|
||||
font-awesome
|
||||
recursive
|
||||
input-fonts
|
||||
source-code-pro
|
||||
nerd-fonts.jetbrains-mono
|
||||
ibm-plex
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.iosevka
|
||||
nerd-fonts._3270
|
||||
nerd-fonts.droid-sans-mono
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.overpass
|
||||
nerd-fonts.monoid
|
||||
nerd-fonts.mononoki
|
||||
nerd-fonts.hack
|
||||
inter
|
||||
];
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
inputs.fonts.packages.${pkgs.system}.vcr-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
fira-code-symbols
|
||||
font-awesome
|
||||
recursive
|
||||
input-fonts
|
||||
source-code-pro
|
||||
nerd-fonts.jetbrains-mono
|
||||
ibm-plex
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.fira-mono
|
||||
nerd-fonts.iosevka
|
||||
nerd-fonts._3270
|
||||
nerd-fonts.droid-sans-mono
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.overpass
|
||||
nerd-fonts.monoid
|
||||
nerd-fonts.mononoki
|
||||
nerd-fonts.hack
|
||||
nerd-fonts.tinos
|
||||
inter
|
||||
];
|
||||
|
||||
fontconfig.defaultFonts = {
|
||||
serif = ["Tinos"];
|
||||
sansSerif = ["Inter"];
|
||||
monospace = ["Input Mono Narrow Light"];
|
||||
emoji = ["Noto Color Emoji"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user