size change

This commit is contained in:
foglar 2024-10-28 18:32:43 +01:00
parent 1959b3a5b9
commit 5605c09734

View File

@ -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;