mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix monitors
This commit is contained in:
parent
2aa91c36d7
commit
02b0f4bc18
10 changed files with 48 additions and 35 deletions
|
|
@ -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" ]; })
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue