Install fonts on all systems

This commit is contained in:
Thomas Avé 2024-09-22 16:57:59 +02:00
parent 016535a111
commit b8babcf71d
2 changed files with 10 additions and 10 deletions

View File

@ -26,6 +26,16 @@
};
};
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
iosevka
nerdfonts
roboto
font-awesome
];
environment.systemPackages = with pkgs; [
wget
curl

View File

@ -7,16 +7,6 @@
};
services.power-profiles-daemon.enable = true;
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
iosevka
nerdfonts
roboto
font-awesome
];
services.greetd = {
enable = true;
settings = rec {