···55 ./audio.nix
66 ./apps.nix
77 ./bar.nix
88+ ./fonts.nix
89 ./idle.nix
910 ./gtk.nix
1011 ./notifications.nix
···4142 newsflash # rss
4243 video-trimmer # if only all apps were named this consistently
43444444- # fonts
4545- cascadia-code
4646- inter
4747- departure-mono
4848- iosevka
4949- liberation_ttf # replacements for common MS fonts
5050- noto-fonts
5151- noto-fonts-cjk-sans
5252- twitter-color-emoji # 🤓
5353-5445 # icons
5546 adwaita-icon-theme
5647 adwaita-icon-theme-legacy
5748 morewaita-icon-theme
5858- font-awesome
5959- nerd-fonts.symbols-only
6049 ];
6161-6262- fonts.fontconfig.defaultFonts.emoji = [ "Twitter Color Emoji" ];
6350}
+21
home/desktop/fonts.nix
···11+{ pkgs, ... }:
22+{
33+ home.packages = with pkgs; [
44+ cascadia-code
55+ inter
66+ departure-mono
77+ iosevka
88+ liberation_ttf # replacements for common MS fonts
99+ noto-fonts
1010+ noto-fonts-cjk-sans
1111+ twitter-color-emoji # 🤓
1212+ font-awesome
1313+ nerd-fonts.symbols-only
1414+ ];
1515+1616+ # Let Fontconfig know about the fonts we just installed
1717+ fonts.fontconfig = {
1818+ enable = true;
1919+ defaultFonts.emoji = [ "Twitter Color Emoji" ];
2020+ };
2121+}
+3
machines/starlight/default.nix
···178178 hardware.graphics.extraPackages = [ pkgs.amf ];
179179 hardware.amdgpu.initrd.enable = true;
180180181181+ # Include some standard fonts
182182+ fonts.enableDefaultPackages = true;
183183+181184 # Make fonts render twice as good as Ubuntu but half as good as macOS
182185 fonts.fontconfig = {
183186 # fixes pixelation