From 2d6fb7092d621b26bb458b2d9be8a4baaa63e443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 23:28:43 +0100 Subject: [PATCH] 65 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index 03c242f..e03cfe2 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -119,7 +119,10 @@ }; bars = []; menu = "${pkgs.tofi}/bin/tofi-drun | ${pkgs.findutils}/bin/xargs swaymsg exec --"; - fonts = ["FiraCode Nerd Font"]; + fonts = { + names = ["FiraCode Nerd Font"]; + size = 11.0; + }; startup = [ {command = "${pkgs.keepassxc}/bin/keepassxc";} {command = "${pkgs.waybar}/bin/waybar";}