From 1ae1bfe0021b51a9877943a3713ebdb3d9c52b8f Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 24 Mar 2024 18:29:28 -0600 Subject: Partial changes to make eshell more usable, Popper.el standard --- .config/guix/modules/shell.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.config/guix/modules') diff --git a/.config/guix/modules/shell.scm b/.config/guix/modules/shell.scm index 03db4fb..69303bd 100644 --- a/.config/guix/modules/shell.scm +++ b/.config/guix/modules/shell.scm @@ -21,7 +21,6 @@ ("rm" . "rm -i") ("vi" . "vim") ("ytta" . "yt-dlp --extract-audio --format bestaudio/best") - ("yttv" . "yt-dlp -f b"))))) - (simple-service 'my-env-vars-service - home-environment-variables-service-type - `(("BROWSER" . "icecat"))))) + ("yttv" . "yt-dlp -f b"))) + (environment-variables + '(("BROWSER" . "icecat"))))))) -- cgit v1.2.3