aboutsummaryrefslogtreecommitdiff
path: root/cfg/before
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/before')
-rwxr-xr-xcfg/before11
1 files changed, 0 insertions, 11 deletions
diff --git a/cfg/before b/cfg/before
deleted file mode 100755
index 374ddd4..0000000
--- a/cfg/before
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-set -eu
-
-PATH="${PATH}:/run/current-system/profile/bin:/run/current-system/profile/sbin"
-
-GUIX_PROFILE="/var/lib/laminar/.config/guix/current"
-. "$GUIX_PROFILE/etc/profile"
-
-env | while read kv; do
- laminarc set "$kv"
-done