Fix monitors

This commit is contained in:
muon 2024-06-11 11:34:00 +00:00
parent 2aa91c36d7
commit 02b0f4bc18
10 changed files with 48 additions and 35 deletions

View file

@ -30,17 +30,10 @@ in {
};
};
# fonts = with pkgs; [
# openmoji-color
# mononoki
# (nerdfonts.override { fonts = [ "Mononoki" ]; })
# ];
# fontconfig = {
# hinting.autohint = true;
# defaultFonts = {
# emoji = [ "OpenMoji Color" ];
# };
# };
fonts.packages = with pkgs; [
openmoji-color
mononoki
(nerdfonts.override { fonts = [ "Mononoki" ]; })
];
};
}