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