aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-02-12 21:59:09 -0800
committerGravatar Tom Willemse2025-02-12 21:59:09 -0800
commit3eaf5e30f4997ff1c70025d3325f3c9c1d159618 (patch)
treec3389864f91273f569debc3cad47a8383e482e88 /oni/home
parent8f506524d63ef5c9a5be1d64b5bf80cab1672826 (diff)
downloadnew-dotfiles-3eaf5e30f4997ff1c70025d3325f3c9c1d159618.tar.gz
new-dotfiles-3eaf5e30f4997ff1c70025d3325f3c9c1d159618.zip
rincewind: Add atuin
Diffstat (limited to 'oni/home')
-rw-r--r--oni/home/config/rincewind.scm11
1 files changed, 10 insertions, 1 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm
index da436e1..b1e2aff 100644
--- a/oni/home/config/rincewind.scm
+++ b/oni/home/config/rincewind.scm
@@ -146,7 +146,9 @@
#:use-module ((oni home services zsh)
#:select (home-zsh-syntax-highlighting-service-type
home-zsh-autosuggestions-service-type
- home-zsh-autopair-service-type))
+ home-zsh-autopair-service-type
+ home-zsh-atuin-service-type
+ home-zsh-atuin-configuration))
#:use-module ((oni packages count-emails)
#:select (count-emails))
#:use-module ((oni packages emacs)
@@ -389,6 +391,13 @@
(service home-zsh-syntax-highlighting-service-type)
(service home-zsh-autosuggestions-service-type)
(service home-zsh-autopair-service-type)
+ (service home-zsh-atuin-service-type
+ (home-zsh-atuin-configuration
+ (inline-height 20)
+ (filter-mode 'directory)
+ (history-filter
+ '("^ +"))
+ (enter-accept #t)))
home-channels-service