(Snow)flakes for fluffy winters.
0
fork

Configure Feed

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

fix(home-manager/noctalia): pass default font settings

Forgot to add the font settings back after splitting off the Stylix changes into a different branch.

+2 -2
+2 -2
modules/home-manager/noctalia/default.nix
··· 95 95 lockScreenTint = 0; 96 96 }; 97 97 ui = { 98 - # fontDefault = "Inter Variable"; 99 - # fontFixed = "Maple Mono"; 98 + fontDefault = "Inter Variable"; 99 + fontFixed = "Maple Mono"; 100 100 fontDefaultScale = 1; 101 101 fontFixedScale = 1; 102 102 panelsAttachedToBar = true;