Add matplotlibrc file
This commit is contained in:
parent
3c121fda80
commit
01523cefbc
|
@ -206,6 +206,21 @@
|
|||
early_exit=false
|
||||
fill_shape=false
|
||||
'';
|
||||
# Matplotlib default figure sizes and font settings
|
||||
"matplotlib/matplotlibrc".text =
|
||||
let
|
||||
inherit (config.stylix) fonts;
|
||||
in
|
||||
''
|
||||
font.family: sans-serif
|
||||
font.serif: ${fonts.serif.name}, DejaVu Serif
|
||||
font.sans-serif: ${fonts.sansSerif.name}, DejaVu Sans
|
||||
font.monospace: ${fonts.monospace.name}, DejaVu Sans Mono
|
||||
figure.figsize: 8, 6
|
||||
figure.dpi: 150
|
||||
figure.autolayout: True
|
||||
savefig.dpi: 300
|
||||
'';
|
||||
# WhatsApp config
|
||||
"whatsapp-for-linux/settings.conf" =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue