about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-08 19:56:51 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-08 19:56:51 +0100
commitc9851e910f6e0dc574527e2da4be29d704eda27d (patch)
treec573162b642e8674e2ffde2c17c0e5a22dcee61f
parentUpdate (diff)
downloadnixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.tar.gz
nixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.tar.bz2
nixos-config-c9851e910f6e0dc574527e2da4be29d704eda27d.zip
Update
-rw-r--r--flake.lockbin7844 -> 9459 bytes
-rw-r--r--modules/fonts/default.nix3
2 files changed, 2 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 0b648d6..22a5d4c 100644
--- a/flake.lock
+++ b/flake.lock
Binary files differdiff --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
   ];
 }