'#' tide cfg

This commit is contained in:
Your Name 2024-03-24 03:00:50 +03:00
parent f3514351a2
commit 2a780917ed
2 changed files with 1 additions and 10 deletions

View file

@ -39,15 +39,6 @@ in {
recursive = true; recursive = true;
source = "${nerdfonts}/share/fonts/truetype/NerdFonts"; source = "${nerdfonts}/share/fonts/truetype/NerdFonts";
}; };
# ".config/gtk-4.0/gtk.css" = {
# text = ''
# window.messagedialog .response-area > button,
# window.dialog.message .dialog-action-area > button,
# .background.csd{
# border-radius: 0;
# }
# '';
# };
}; };
}; };

View file

@ -110,7 +110,7 @@ in {
set fish_greeting set fish_greeting
#${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source #${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source
any-nix-shell fish --info-right | source any-nix-shell fish --info-right | source
tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Compact --icons='Few icons' --transient=No #tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Compact --icons='Few icons' --transient=No
''; '';
}; };