mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 08:27:10 +01:00
add recursive font
This commit is contained in:
parent
5ed5698587
commit
f8b1e0ca3b
|
@ -99,7 +99,11 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultPackages = true;
|
enableDefaultPackages = true;
|
||||||
fontconfig.defaultFonts.monospace = [ "FiraCode Nerd Font" ];
|
fontconfig.defaultFonts.monospace = [ "FiraCode Nerd Font" ];
|
||||||
packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) roboto-mono ];
|
packages = with pkgs; [
|
||||||
|
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||||
|
roboto-mono
|
||||||
|
recursive
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.logitech.wireless = {
|
hardware.logitech.wireless = {
|
||||||
|
|
Loading…
Reference in a new issue