size change
This commit is contained in:
parent
1959b3a5b9
commit
5605c09734
@ -19,9 +19,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.enable = true;
|
stylix = {
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
enable = true;
|
||||||
stylix.image = ./aurora_borealis.png;
|
image = ./aurora_borealis.png;
|
||||||
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
|
||||||
|
|
||||||
|
fonts.sizes.desktop = 9;
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user