fix
This commit is contained in:
parent
32994856b4
commit
2f2f8df720
@ -1,9 +1,9 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "JetBrainsMono Nerd Font";
|
#font.name = "JetBrainsMono Nerd Font";
|
||||||
#themeFile = "tokyo_night_night";
|
#themeFile = "tokyo_night_night";
|
||||||
themeFile = "Catppuccin-Mocha";
|
#themeFile = "Catppuccin-Mocha";
|
||||||
settings = {
|
settings = {
|
||||||
font_size = 11.5;
|
font_size = 11.5;
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user