mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Do some minor refactoring
This commit is contained in:
parent
ea509959ff
commit
472d0eea96
9 changed files with 29 additions and 21 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue