mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
fba993c589
* Set nix official formatter for the flake * format the entire project
12 lines
205 B
Nix
12 lines
205 B
Nix
{ ... }:
|
|
{
|
|
fonts.fontconfig = {
|
|
enable = true;
|
|
defaultFonts = {
|
|
serif = [ "Noto Serif" ];
|
|
sansSerif = [ "Noto Sans" ];
|
|
monospace = [ "Caskaydia Mono Nerd Font" ];
|
|
};
|
|
};
|
|
}
|