diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-08 19:56:51 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-08 19:56:51 +0100 |
commit | c9851e910f6e0dc574527e2da4be29d704eda27d (patch) | |
tree | c573162b642e8674e2ffde2c17c0e5a22dcee61f /modules | |
parent | Update (diff) | |
download | nixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.tar.gz nixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.tar.bz2 nixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.zip |
Update
Diffstat (limited to 'modules')
-rw-r--r-- | modules/fonts/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index fc2a4a0..a91ee0f 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -3,6 +3,7 @@ noto-fonts noto-fonts-cjk-sans noto-fonts-emoji - (nerdfonts.override { fonts = [ "InconsolataLGC" "Noto" ]; }) + nerd-fonts.inconsolata-lgc + nerd-fonts.noto ]; } |