From 3f9397392c83744e9210e3ecc268eb20a46a95ed Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 22 Aug 2025 22:30:42 +0500 Subject: feat(stylix): remove opacity settings and change the terminal font --- home-manager/homeModules/stylix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/homeModules/stylix.nix b/home-manager/homeModules/stylix.nix index 2001950..604307d 100644 --- a/home-manager/homeModules/stylix.nix +++ b/home-manager/homeModules/stylix.nix @@ -2,7 +2,7 @@ { imports = [ - inputs.stylix.homeManagerModules.stylix + inputs.stylix.homeModules.stylix ]; options = { @@ -48,6 +48,7 @@ }; fonts = { + sizes.terminal = 11; serif = { package = pkgs.noto-fonts; name = "Noto Serif"; -- cgit v1.2.3