enable stylix

This commit is contained in:
Don Harper 2024-05-19 23:02:23 -05:00
parent 22157a48a2
commit f7ae216417
10 changed files with 258 additions and 42 deletions

View file

@ -2,17 +2,11 @@
{
programs.kitty = {
enable = true;
font = {
#name = "Terminus";
name = "Fira Code";
size = 10;
};
theme = "Dracula";
settings = {
mouse_hide_wait = "3.0";
url_style = "double";
copy_on_select = "no";
background_opacity = "0.75";
# background_opacity = "0.75";
scrollback_lines = 4000;
scrollback_pager_history_size = 2048;
};
@ -24,8 +18,6 @@
};
settings = {
main = {
font = "Source Code Pro:size=9";
dpi-aware = "yes";
term = "tmux-256color";
};
mouse = {
@ -34,9 +26,6 @@
bell = {
urgent = "yes";
};
colors = {
alpha = "0.75";
};
};
};
}