aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-07-11 22:12:45 -0700
committerGravatar Tom Willemse2025-07-17 22:19:13 -0700
commit3cec43ec38201ddbe8a657d41cd55b79655f6fc5 (patch)
treebfecf07664f4c50e3253854269ae4c7c77e959ac
parent3d66768a9939d4154db25a5a374d112a3a796ade (diff)
downloadnew-dotfiles-3cec43ec38201ddbe8a657d41cd55b79655f6fc5.tar.gz
new-dotfiles-3cec43ec38201ddbe8a657d41cd55b79655f6fc5.zip
oni/home/services/environment: Remove SCSH_LIB_DIRS
This should now be properly handled by the SCSH package in Guix.
-rw-r--r--oni/home/services/environment.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/oni/home/services/environment.scm b/oni/home/services/environment.scm
index b6d4aec..047222d 100644
--- a/oni/home/services/environment.scm
+++ b/oni/home/services/environment.scm
@@ -19,5 +19,4 @@
("GDK_CORE_DEVICE_EVENTS" . "1")
;; Temporary until I create services for them.
("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi")
- ("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"")
("PATH" . "${HOME}/usr/bin:${PATH}"))))