pop-os: Fix code structure
This commit is contained in:
parent
0585d55981
commit
48ebcc9154
1 changed files with 7 additions and 7 deletions
|
@ -108,12 +108,12 @@
|
||||||
(home-wakatime-configuration
|
(home-wakatime-configuration
|
||||||
(api-url "https://waka.ryuslash.org/api")
|
(api-url "https://waka.ryuslash.org/api")
|
||||||
(exclude '("COMMIT_EDITMSG$"
|
(exclude '("COMMIT_EDITMSG$"
|
||||||
"TAG_EDITMSG$")))))
|
"TAG_EDITMSG$"))))
|
||||||
|
|
||||||
home-zsh-service
|
home-zsh-service
|
||||||
|
|
||||||
;; This has to be the first extension because it needs to be added to the
|
;; This has to be the first extension because it needs to be added to the
|
||||||
;; 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-zsh-contextual-abbrevs-service-type))))
|
||||||
|
|
Loading…
Reference in a new issue