From 7e2c5f2c7c6b2a4a10abed862c1ffb422e10d462 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 29 May 2025 19:08:09 +0300 Subject: [PATCH] chore: redecorating with stylix --- home-manager/stvnliu/stylix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/stvnliu/stylix.nix b/home-manager/stvnliu/stylix.nix index f26a962..acef9b6 100644 --- a/home-manager/stvnliu/stylix.nix +++ b/home-manager/stvnliu/stylix.nix @@ -12,17 +12,17 @@ in base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark-dark.yaml"; image = config.myWallPaperPath; fonts = { - sansSerif = { + /*sansSerif = { name = "Helvetica Neue LT Std"; package = pkgs.helvetica-neue-lt-std; - }; + };*/ monospace = { name = config.desktopFont.fullName; - package = pkgs.nerd-fonts.jetbrains-mono; + package = config.desktopFont.package; }; sizes = { terminal = 16; - applications = 14; + applications = 12; }; }; opacity = {