stylix: kill with hammers (its just kinda useless now and more annoying than anything) (also extra flake input)

This commit is contained in:
wo2wz 2025-10-18 11:32:46 -04:00
parent defaf9fbc0
commit 2e6cf2c456
6 changed files with 70 additions and 369 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
fonts = {
packages = [ pkgs.nerd-fonts.hack ];
fontconfig.defaultFonts.monospace = [ "Hack Nerd Font" ];
};
}