mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-03 20:49:30 +01:00
stylix: Use variable for font-size
This commit is contained in:
parent
b7bd3a3632
commit
d0b8300bea
@ -3,6 +3,7 @@
|
|||||||
let
|
let
|
||||||
theme = "oceanicnext";
|
theme = "oceanicnext";
|
||||||
opacity = 0.92;
|
opacity = 0.92;
|
||||||
|
font-size = 11;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
stylix.image = ../assets/wallpaper.png;
|
stylix.image = ../assets/wallpaper.png;
|
||||||
@ -36,10 +37,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 11;
|
applications = font-size;
|
||||||
desktop = 11;
|
desktop = font-size;
|
||||||
popups = 11;
|
popups = font-size;
|
||||||
terminal = 11;
|
terminal = font-size;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user