mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 00:15:35 +02:00
chore: Improve formatting
No need to write stylix so many times.
This commit is contained in:
parent
bc44af4825
commit
12464e8b65
@ -6,22 +6,23 @@ let
|
||||
font-size = 11;
|
||||
in
|
||||
{
|
||||
stylix.image = ../assets/wallpaper.png;
|
||||
stylix.polarity = "dark";
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
||||
stylix = {
|
||||
image = ../assets/wallpaper.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
||||
|
||||
stylix.opacity = {
|
||||
opacity = {
|
||||
terminal = opacity;
|
||||
popups = opacity;
|
||||
};
|
||||
|
||||
stylix.cursor = with pkgs; {
|
||||
cursor = with pkgs; {
|
||||
package = phinger-cursors;
|
||||
name = "phinger-cursors";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
stylix.fonts = with pkgs; {
|
||||
fonts = with pkgs; {
|
||||
serif = {
|
||||
package = (callPackage ../packages/aleo-fonts.nix { });
|
||||
name = "Aleo";
|
||||
@ -49,4 +50,5 @@ in
|
||||
terminal = font-size;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user