fixes atuin integration and adapts colors

This commit is contained in:
Dennis Schoepf 2025-11-04 09:56:03 +01:00
parent 17deeb5be2
commit 96953438ef
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
programs.atuin = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = false;
enableBashIntegration = false;
enableFishIntegration = true;
settings = {
style = "compact";
inline_height = 20;