From 435d68d1298627e40d77df69d39b61cd6fbbbfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 11 Nov 2025 00:40:32 -0700 Subject: [PATCH] chore: disable stylix fonts --- modules/nixos/stylix.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/nixos/stylix.nix b/modules/nixos/stylix.nix index f5bb2e9..3dbf2a4 100644 --- a/modules/nixos/stylix.nix +++ b/modules/nixos/stylix.nix @@ -12,24 +12,24 @@ in { base16Scheme = "${pkgs.base16-schemes}/share/themes/kanagawa.yaml"; image = ./stylix/kanagawa.jpg; polarity = "dark"; - fonts = { - serif = { - package = pkgs.ibm-plex; - name = "IBM Plex Serif"; - }; - sansSerif = { - package = pkgs.ibm-plex; - name = "IBM Plex Sans"; - }; - monospace = { - package = pkgs.nerd-fonts.victor-mono; - name = "VictorMono"; - }; - emoji = { - package = pkgs.twemoji-color-font; - name = "Twemoji"; - }; - }; + # fonts = { + # serif = { + # package = pkgs.ibm-plex; + # name = "IBM Plex Serif"; + # }; + # sansSerif = { + # package = pkgs.ibm-plex; + # name = "IBM Plex Sans"; + # }; + # monospace = { + # package = pkgs.nerd-fonts.victor-mono; + # name = "VictorMono"; + # }; + # emoji = { + # package = pkgs.twemoji-color-font; + # name = "Twemoji"; + # }; + # }; }; }; }