diff --git a/home/theme.nix b/home/theme.nix index 9dc1ade..318061e 100644 --- a/home/theme.nix +++ b/home/theme.nix @@ -39,15 +39,6 @@ in { recursive = true; 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; - # } - # ''; - # }; }; }; diff --git a/hosts/generic.nix b/hosts/generic.nix index 4eb6336..62a78e4 100644 --- a/hosts/generic.nix +++ b/hosts/generic.nix @@ -110,7 +110,7 @@ in { set fish_greeting #${pkgs.any-nix-shell}/bin/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 ''; };