forked from mirrors_public/oddlama_nix-config
feat: add jq and python3 to my dev machines
This commit is contained in:
parent
7a5505d393
commit
498cf29a70
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
git-lfs
|
||||
d2
|
||||
cloc
|
||||
jq
|
||||
python3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
bold_font = "${config.programs.kitty.font.name} Bold";
|
||||
italic_font = "${config.programs.kitty.font.name} Italic";
|
||||
bold_italic_font = "${config.programs.kitty.font.name} Bold Italic";
|
||||
# Add nerd font symbol map. Not sure why it is suddenly needed since 0.32.0 (https://github.com/kovidgoyal/kitty/issues/7081)
|
||||
#symbol_map = "U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono";
|
||||
|
||||
# Do not wait for inherited child processes.
|
||||
close_on_child_death = "yes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue