fix foot font size

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-25 21:32:05 -05:00
parent 69caf32667
commit c51ea11b2e
3 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@
settings = { settings = {
main = { main = {
# Use the same font and size as your Kitty config # Use the same font and size as your Kitty config
font = "JetBrainsMonoNL Nerd Font:size=${toString config.components.kitty.font_size}"; font = "JetBrainsMonoNL Nerd Font:size=${toString config.components.foot.font_size}";
# Initial window size in character cells (Kitty used 160c x 55c) # Initial window size in character cells (Kitty used 160c x 55c)
"initial-window-size-chars" = "160x55"; "initial-window-size-chars" = "160x55";

View file

@ -126,7 +126,6 @@
homeManager = { homeManager = {
users = { users = {
josh = { josh = {
components.kitty.font_size = 20.0;
imports = with common.homeManagerModules; [ imports = with common.homeManagerModules; [
zsh zsh
ssh ssh

View file

@ -10,7 +10,7 @@ let
# Optional output settings # Optional output settings
output = { output = {
"eDP-1" = { "eDP-1" = {
scale = "1"; scale = "1.7";
pos = "0 0"; pos = "0 0";
mode = "2560x1600@165.000Hz"; mode = "2560x1600@165.000Hz";
bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill"; bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill";