mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
Move fonts to fonts option
This commit is contained in:
parent
80008a76d6
commit
0b1499b5b7
1 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue