pop-os: Fix code structure

This commit is contained in:
Tom Willemse 2025-01-21 14:44:00 -08:00
parent 0585d55981
commit 48ebcc9154

View file

@ -108,7 +108,7 @@
(home-wakatime-configuration
(api-url "https://waka.ryuslash.org/api")
(exclude '("COMMIT_EDITMSG$"
"TAG_EDITMSG$")))))
"TAG_EDITMSG$"))))
home-zsh-service
@ -116,4 +116,4 @@
;; configuration last.
(service home-zsh-syntax-highlighting-service-type)
(service home-zsh-autosuggestions-service-type)
(service home-zsh-contextual-abbrevs-service-type)))
(service home-zsh-contextual-abbrevs-service-type))))