fix foot font size
This commit is contained in:
parent
69caf32667
commit
c51ea11b2e
3 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
settings = {
|
||||
main = {
|
||||
# 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-chars" = "160x55";
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@
|
|||
homeManager = {
|
||||
users = {
|
||||
josh = {
|
||||
components.kitty.font_size = 20.0;
|
||||
imports = with common.homeManagerModules; [
|
||||
zsh
|
||||
ssh
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
# Optional output settings
|
||||
output = {
|
||||
"eDP-1" = {
|
||||
scale = "1";
|
||||
scale = "1.7";
|
||||
pos = "0 0";
|
||||
mode = "2560x1600@165.000Hz";
|
||||
bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue