@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix issues

+2 -1
+2 -1
modules/shell.nix
··· 379 379 enableZshIntegration = true; 380 380 }; 381 381 382 - # Atuin (shell history) with sync 382 + # Atuin (shell history) with self-hosted sync server 383 383 programs.atuin = { 384 384 enable = true; 385 385 enableZshIntegration = true; ··· 394 394 search_mode = "fuzzy"; 395 395 update_check = false; 396 396 style = "auto"; 397 + inline_height = 30; 397 398 }; 398 399 }; 399 400