fix i3 config for latest version of hm (#133)

This commit is contained in:
Jez Cope 2023-07-27 14:17:05 +01:00 committed by GitHub
parent 34a6d389f3
commit 5c82955428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {