move fonts to homeModule

This commit is contained in:
Vinzenz Schroeter 2025-10-02 17:01:21 +02:00
parent e8e036ec93
commit 74bd9ffaa3
3 changed files with 14 additions and 9 deletions

View file

@ -7,15 +7,7 @@
libreoffice-qt6
];
fonts = {
enableDefaultPackages = true;
fontconfig.defaultFonts.monospace = [ "FiraCode Nerd Font" ];
packages = with pkgs; [
nerd-fonts.fira-code
roboto-mono
recursive
];
};
fonts.enableDefaultPackages = true;
hardware.logitech.wireless = {
enable = true;