From 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 20 Sep 2024 14:16:56 +0200 Subject: Change dotfiles structure, and add guix-channels declaration. --- files/.bin/guix-container | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 files/.bin/guix-container (limited to 'files/.bin/guix-container') diff --git a/files/.bin/guix-container b/files/.bin/guix-container new file mode 100755 index 0000000..162eda0 --- /dev/null +++ b/files/.bin/guix-container @@ -0,0 +1,8 @@ +#!/bin/sh + +guix shell -C -F -N \ + -E XDG_RUNTIME_DIR=/tmp \ + -E WAYLAND_DISPLAY \ + -E DISPLAY \ + --share=$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY=/tmp/$WAYLAND_DISPLAY \ + $@ coreutils -- cgit v1.2.3