All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

leah/appearance: use Atkinson Hyperlegible Next as default font

+5 -4
+2 -1
users/leah/appearance.nix
··· 57 57 lxgw-neoxihei 58 58 fontawesome-free 59 59 manrope 60 + atkinson-hyperlegible-next 60 61 bitter 61 62 lxgw-neozhisong 62 63 nerd-fonts.symbols-only ··· 69 70 "LXGW NeoZhiSong" 70 71 ]; 71 72 sansSerif = [ 72 - "Manrope V5" 73 + "Atkinson Hyperlegible Next" 73 74 "LXGW Neo XiHei" 74 75 ]; 75 76 emoji = [ "Noto Color Emoji" ];
+1 -1
users/leah/presets/niri/gui-toolkits.nix
··· 40 40 accent-color = "pink"; 41 41 gtk-theme = "Adwaita"; 42 42 color-scheme = "prefer-dark"; 43 - font-name = "Manrope V5 13"; 43 + font-name = "Atkinson Hyperlegible Next 13"; 44 44 }; 45 45 }; 46 46 }
+1 -1
users/leah/presets/niri/services.nix
··· 71 71 }; 72 72 cursorTheme.name = "BreezeX-Black"; 73 73 font = { 74 - name = "Manrope V5"; 74 + name = "Atkinson Hyperlegible Next"; 75 75 size = 14; 76 76 }; 77 77 };
+1 -1
users/leah/presets/niri/waybar/style.css
··· 6 6 @define-color separator rgba(255, 255, 255, 0.1); 7 7 8 8 * { 9 - font-family: "Manrope V5", "Font Awesome 6 Free"; 9 + font-family: "Atkinson Hyperlegible Next", "Font Awesome 6 Free"; 10 10 color: @fg; 11 11 } 12 12