aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-01-21 14:44:00 -0800
committerGravatar Tom Willemse2025-01-21 14:44:00 -0800
commit48ebcc9154920f22d7ffebfd060f3c3ffb7556eb (patch)
tree50cab2d879463240d305f5f9d35315b3986a81aa
parent0585d55981f32ee79058c37e2f3daf1971fc0bda (diff)
downloadnew-dotfiles-48ebcc9154920f22d7ffebfd060f3c3ffb7556eb.tar.gz
new-dotfiles-48ebcc9154920f22d7ffebfd060f3c3ffb7556eb.zip
pop-os: Fix code structure
-rw-r--r--oni/home/config/pop-os.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm
index 864148e..150956b 100644
--- a/oni/home/config/pop-os.scm
+++ b/oni/home/config/pop-os.scm
@@ -108,12 +108,12 @@
(home-wakatime-configuration
(api-url "https://waka.ryuslash.org/api")
(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
- ;; configuration last.
- (service home-zsh-syntax-highlighting-service-type)
- (service home-zsh-autosuggestions-service-type)
- (service home-zsh-contextual-abbrevs-service-type)))
+ ;; This has to be the first extension because it needs to be added to the
+ ;; configuration last.
+ (service home-zsh-syntax-highlighting-service-type)
+ (service home-zsh-autosuggestions-service-type)
+ (service home-zsh-contextual-abbrevs-service-type))))