mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
fix i3 config for latest version of hm (#133)
This commit is contained in:
parent
34a6d389f3
commit
5c82955428
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ let
|
|||
fonts = let
|
||||
fonts = config.stylix.fonts;
|
||||
in {
|
||||
names = [ "${fonts.sansSerif.name} ${toString fonts.sizes.desktop}" ];
|
||||
names = [ fonts.sansSerif.name ];
|
||||
size = fonts.sizes.desktop * 1.0;
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue