va a ciapa i ratt

This commit is contained in:
Andrea Ciceri 2023-06-16 10:07:37 +02:00
parent fac91af11a
commit 8346c9f02c
No known key found for this signature in database
43 changed files with 909 additions and 446 deletions

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
programs.kitty = {
enable = true;
font = {
@ -9,5 +9,49 @@
disable_ligatures = "cursor";
confirm_os_window_close = 0;
};
theme = "Snazzy";
# extraConfig = ''
# include ${pkgs.writeText "custom-kitty-theme" ''
# # vim:ft=kitty
# background #252D30
# foreground #ABB2BF
# cursor #ABB2BF
# selection_background #636C6E
# #: black
# color0 #16181A
# color8 #818b95
# #: red
# color1 #D05C65
# color9 #e7adb2
# #: green
# color2 #7DA869
# color10 #bdd3b3
# #: yellow
# color3 #D5B06B
# color11 #ead7b4
# #: blue
# color4 #519FDF
# color12 #A8CFEE
# #: magenta
# color5 #B668CD
# color13 #DAB3E6
# #: cyan
# color6 #46A6B2
# color14 #a0D3DA
# #: white
# color7 #ABB2BF
# color15 #d4D8DF
# selection_foreground #636C6E
# ''}
# '';
};
}