Move fonts to fonts option

This commit is contained in:
Johannes Jöns 2023-07-26 20:55:11 +02:00
parent 80008a76d6
commit 0b1499b5b7

View file

@ -48,6 +48,18 @@
};
};
fonts.fonts = with pkgs; [
google-fonts
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji-blob-bin
nerdfonts
league-of-moveable-type
twitter-color-emoji
];
environment.systemPackages = with pkgs; [
mcrcon
prismlauncher
@ -63,17 +75,6 @@
catppuccin-kde
catppuccin-gtk
tela-icon-theme
# Fonts
google-fonts
noto-fonts
noto-fonts-emoji
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji-blob-bin
nerdfonts
league-of-moveable-type
twitter-color-emoji
];
hardware.nvidia.modesetting.enable = true;