mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +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; [
|
environment.systemPackages = with pkgs; [
|
||||||
mcrcon
|
mcrcon
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
@ -63,17 +75,6 @@
|
||||||
catppuccin-kde
|
catppuccin-kde
|
||||||
catppuccin-gtk
|
catppuccin-gtk
|
||||||
tela-icon-theme
|
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;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue