Fix some deprecation warnings

This commit is contained in:
notgne2 2021-08-14 14:17:56 -07:00
parent 48282bcea5
commit 5a37a4d482
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
4 changed files with 28 additions and 24 deletions

View file

@ -54,7 +54,10 @@ in
programs.mako.font = "${cfg.favFont.name} ${toString cfg.favFont.size}";
wayland.windowManager.sway.config.fonts = [ cfg.favFont.name ];
wayland.windowManager.sway.config.fonts = {
names = [ cfg.favFont.name ];
size = cfg.favFont.size + 0.0;
};
xsession.windowManager.i3.config.fonts = [ cfg.favFont.name ];
programs.neovim.extraConfig = ''