Do some minor refactoring

This commit is contained in:
SebastianStork 2025-07-27 20:23:43 +02:00
parent ea509959ff
commit 472d0eea96
9 changed files with 29 additions and 21 deletions

View file

@ -13,7 +13,7 @@
settings =
let
theme-name =
themeName =
{
dark = "default";
light = "GitHub_Light";
@ -21,7 +21,7 @@
.${config.custom.theme};
in
{
include = "${pkgs.kitty-themes}/share/kitty-themes/themes/${theme-name}.conf";
include = "${pkgs.kitty-themes}/share/kitty-themes/themes/${themeName}.conf";
font_family = "JetBrainsMono Nerd Font";
background_opacity = "0.85";
cursor_shape = "beam";