From 5605c097345de24c39dd7cae0e8484a51f2cfb30 Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 28 Oct 2024 18:32:43 +0100 Subject: [PATCH] size change --- nixos/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b5865e6..5e2e514 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -19,9 +19,13 @@ }; }; - stylix.enable = true; - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; - stylix.image = ./aurora_borealis.png; + stylix = { + enable = true; + image = ./aurora_borealis.png; + base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; + + fonts.sizes.desktop = 9; + }; # Bootloader. boot.loader.systemd-boot.enable = true;