feat: use kitty instead of alacritty

main
mandlm 2022-06-20 08:15:45 +02:00
parent 3f5ea458f5
commit cd7ca4dd49
1 changed files with 11 additions and 36 deletions

View File

@ -15,43 +15,12 @@
};
programs = {
alacritty = {
fzf = {
enable = true;
settings = {
font = {
normal.family = "DejaVu Sans Mono";
size = 8;
};
colors = {
primary = {
background = "#002b36";
foreground = "#839496";
};
cursor = {
text = "#002b36";
cursor = "#839496";
};
normal = {
black = "#073642";
red = "#dc322f";
green = "#859900";
yellow = "#b58900";
blue = "#268bd2";
magenta = "#d33682";
cyan = "#2aa198";
white = "#eee8d5";
};
bright = {
black = "#002b36";
red = "#cb4b16";
green = "#586e75";
yellow = "#657b83";
blue = "#839496";
magenta = "#6c71c4";
cyan = "#93a1a1";
white = "#fdf6e3";
};
};
enableZshIntegration = true;
tmux.enableShellIntegration = true;
};
git = {
enable = true;
userName = "Michael Mandl";
@ -69,6 +38,12 @@
};
};
kitty = {
enable = true;
theme = "Solarized Dark";
font = {
name = "DejaVu Sans Mono";
size = 12;
};
};