this repo has no description
0
fork

Configure Feed

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

:sparkles: gtk configuration

+11
+11
home/default.nix
··· 126 126 }; 127 127 128 128 xdg.enable = true; 129 + 130 + gtk = { 131 + enable = true; 132 + 133 + font = { 134 + name = "Fira Code Regular"; 135 + size = 11; 136 + }; 137 + 138 + cursorTheme.name = "Bibata-Modern-Classic"; 139 + }; 129 140 }