size change
This commit is contained in:
parent
1959b3a5b9
commit
5605c09734
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user