stylix: initial config

This commit is contained in:
Vinzenz Schroeter 2025-11-11 15:23:24 +01:00
parent f005a7976a
commit 8ceebd9b22
9 changed files with 42 additions and 178 deletions

View file

@ -1,12 +1,9 @@
{ pkgs, ... }:
{
fonts.fontconfig = {
enable = true;
defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ];
};
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerd-fonts.fira-code
roboto-mono
recursive
font-awesome
];
}