From 3cec43ec38201ddbe8a657d41cd55b79655f6fc5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 11 Jul 2025 22:12:45 -0700 Subject: oni/home/services/environment: Remove SCSH_LIB_DIRS This should now be properly handled by the SCSH package in Guix. --- oni/home/services/environment.scm | 1 - 1 file changed, 1 deletion(-) 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}")))) -- cgit v1.3-2-g0d8e