stylix: kill with hammers (its just kinda useless now and more annoying than anything) (also extra flake input)
This commit is contained in:
parent
defaf9fbc0
commit
2e6cf2c456
6 changed files with 70 additions and 369 deletions
9
modules/nixos/system/fonts.nix
Normal file
9
modules/nixos/system/fonts.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts = {
|
||||
packages = [ pkgs.nerd-fonts.hack ];
|
||||
|
||||
fontconfig.defaultFonts.monospace = [ "Hack Nerd Font" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue