idk stuff ig

This commit is contained in:
2023-03-18 16:16:31 +00:00
parent d6f83c8b8a
commit 640cc21cc1
2 changed files with 64 additions and 52 deletions

View File

@@ -6,8 +6,11 @@
name = "Iosevka Nerd Font Complete"; name = "Iosevka Nerd Font Complete";
}; };
settings = { settings = {
"include" = "catppuccin.conf";
"scrollback_lines" = 50000; "scrollback_lines" = 50000;
"shell_integration" = "enabled no-cursor";
"cursor_shape" = "underline"; "cursor_shape" = "underline";
"cursor_blink_interval" = 0; "cursor_blink_interval" = 0;
@@ -16,58 +19,58 @@
"disable_ligatures" = "always"; "disable_ligatures" = "always";
"enable_audio_bell" = "no"; "enable_audio_bell" = "no";
"foreground" = "#f8f8f2"; # "foreground" = "#f8f8f2";
"background" = "#282a36"; # "background" = "#282a36";
"selection_foreground" = "#ffffff"; # "selection_foreground" = "#ffffff";
"selection_background" = "#44475a"; # "selection_background" = "#44475a";
#
"url_color" = "#8be9fd"; # "url_color" = "#8be9fd";
#
# black # # black
"color0" = "#21222c"; # "color0" = "#21222c";
"color8" = "#6272a4"; # "color8" = "#6272a4";
#
# red # # red
"color1" = "#ff5555"; # "color1" = "#ff5555";
"color9" = "#ff6e6e"; # "color9" = "#ff6e6e";
#
# green # # green
"color2" = "#50fa7b"; # "color2" = "#50fa7b";
"color10" = "#69ff94"; # "color10" = "#69ff94";
#
# yellow # # yellow
"color3" = "#f1fa8c"; # "color3" = "#f1fa8c";
"color11" = "#ffffa5"; # "color11" = "#ffffa5";
#
# blue # # blue
"color4" = "#bd93f9"; # "color4" = "#bd93f9";
"color12" = "#d6acff"; # "color12" = "#d6acff";
#
# magenta # # magenta
"color5" = "#ff79c6"; # "color5" = "#ff79c6";
"color13" = "#ff92df"; # "color13" = "#ff92df";
#
# cyan # # cyan
"color6" = "#8be9fd"; # "color6" = "#8be9fd";
"color14" = "#a4ffff"; # "color14" = "#a4ffff";
#
# white # # white
"color7" = "#f8f8f2"; # "color7" = "#f8f8f2";
"color15" = "#ffffff"; # "color15" = "#ffffff";
#
# Cursor colors # # Cursor colors
"cursor" = "#f8f8f2"; # "cursor" = "#f8f8f2";
"cursor_text_color" = "background"; # "cursor_text_color" = "background";
#
# Tab bar colors # # Tab bar colors
"active_tab_foreground" = "#282a36"; # "active_tab_foreground" = "#282a36";
"active_tab_background" = "#f8f8f2"; # "active_tab_background" = "#f8f8f2";
"inactive_tab_foreground" = "#282a36"; # "inactive_tab_foreground" = "#282a36";
"inactive_tab_background" = "#6272a4"; # "inactive_tab_background" = "#6272a4";
#
# Marks # # Marks
"mark1_foreground" = "#282a36"; # "mark1_foreground" = "#282a36";
"mark1_background" = "#ff5555"; # "mark1_background" = "#ff5555";
}; };
}; };
} }

View File

@@ -31,6 +31,7 @@
go go
gopls gopls
minisign minisign
nodejs
oh-my-zsh oh-my-zsh
( (
let let
@@ -45,6 +46,8 @@
) )
restic restic
rust-analyzer rust-analyzer
unzip
zip
]; ];
guiPackages = with pkgs; [ guiPackages = with pkgs; [
@@ -147,6 +150,12 @@ in {
lazygit = { lazygit = {
enable = true; enable = true;
settings = {
gui.theme = {
selectedLineBgColor = [ "reverse" ];
selectedRangeBgColor = [ "reverse" ];
};
};
}; };
starship.enable = false; starship.enable = false;