diff options
| author | 2025-02-03 22:03:48 -0800 | |
|---|---|---|
| committer | 2025-02-03 22:03:48 -0800 | |
| commit | b66c12621229a6062f17e366e1665b011f0e67bc (patch) | |
| tree | 9e2af01c945fd62777619fc90cef4bffba5fd6d2 /oni/home/config | |
| parent | 1c28487eca88f5e8595e0174df3558c8097e4ce7 (diff) | |
| download | new-dotfiles-b66c12621229a6062f17e366e1665b011f0e67bc.tar.gz new-dotfiles-b66c12621229a6062f17e366e1665b011f0e67bc.zip | |
pop-os: Add atuin configuration
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/pop-os.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 1e1f235..0637dce 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -34,8 +34,6 @@ home-stumpwm-stumptray-service-type home-stumpwm-stumptray-configuration)) #:use-module (oni home services zsh) - #:use-module ((oni packages atuin) - #:select (rust-atuin-18)) #:use-module ((oni packages emacs) #:select (emacs-php-ts-mode)) #:use-module ((oni packages emacs-config) @@ -105,9 +103,7 @@ emacs-php-ts-mode emacs-oni-lua emacs-oni-sh - emacs-deft - - rust-atuin-18)) + emacs-deft)) (services (list home-channels-service home-environment-service (service home-emacs-service-type @@ -136,6 +132,9 @@ (service home-zsh-syntax-highlighting-service-type) (service home-zsh-autosuggestions-service-type) (service home-zsh-contextual-abbrevs-service-type) + (service home-zsh-atuin-service-type + (home-zsh-atuin-configuration + (inline-height 20))) (service home-stumpwm-service-type (home-stumpwm-configuration |
