Fix some deprecation warnings
This commit is contained in:
parent
48282bcea5
commit
5a37a4d482
4 changed files with 28 additions and 24 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue