Fix fonts
This commit is contained in:
@@ -27,13 +27,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override {fonts = ["Iosevka"];})
|
||||
ubuntu_font_family
|
||||
];
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override {fonts = ["Iosevka"];})
|
||||
ubuntu_font_family
|
||||
];
|
||||
|
||||
fontDir.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam = {
|
||||
|
||||
Reference in New Issue
Block a user