[data] Use zsh-contextual-abbrevs
This commit is contained in:
parent
8835dbdc31
commit
9ecba4df90
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
#:use-module (oni home services zsh)
|
#:use-module (oni home services zsh)
|
||||||
#:use-module (oni packages hlwm-run-or-raise)
|
#:use-module (oni packages hlwm-run-or-raise)
|
||||||
#:use-module (oni packages pick-random-wallpaper)
|
#:use-module (oni packages pick-random-wallpaper)
|
||||||
#:use-module (oni packages shutdown-rofi))
|
#:use-module (oni packages shutdown-rofi)
|
||||||
|
#:use-module (oni packages zsh))
|
||||||
|
|
||||||
(define data-picom-service
|
(define data-picom-service
|
||||||
(service home-picom-service-type
|
(service home-picom-service-type
|
||||||
|
@ -67,6 +68,7 @@
|
||||||
;; configuration last.
|
;; configuration last.
|
||||||
(service home-zsh-syntax-highlighting-service-type)
|
(service home-zsh-syntax-highlighting-service-type)
|
||||||
(service home-zsh-autosuggestions-service-type)
|
(service home-zsh-autosuggestions-service-type)
|
||||||
|
(service home-zsh-contextual-abbrevs-service-type)
|
||||||
|
|
||||||
(service home-xsession-service-type
|
(service home-xsession-service-type
|
||||||
(home-xsession-configuration
|
(home-xsession-configuration
|
||||||
|
|
Loading…
Reference in a new issue