From e72d011ddff3da64f76dc70789603a033efdf74c Mon Sep 17 00:00:00 2001
From: Amin Bandali <mab@gnu.org>
Date: Fri, 13 Mar 2020 21:22:30 -0400
Subject: guix: break down monolithic profile into multiple smaller profiles

super useful for decoupling larger packages like icecat, libreoffice,
and texlive from the rest of mostly-smaller packages, so i could
easily `guix pull' and update the smaller ones as frequently as i like
---
 .bashrc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to '.bashrc')

diff --git a/.bashrc b/.bashrc
index a48c605..7e81de3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -108,8 +108,7 @@ if ! shopt -oq posix; then
 fi
 
 # source Guix shell config dirs, for vte.sh and bash completions
-GUIX_PROFILES=("${HOME}/.desktop-profile"
-               "${HOME}/.guix-profile"
+GUIX_PROFILES=("${HOME}/.guix-profile"
                "${HOME}/.config/guix/current")
 for profile in "${GUIX_PROFILES[@]}"; do
     for dir in "${profile}/etc/bash_completion.d" "${profile}/etc/profile.d"; do
-- 
cgit v1.2.3-83-g751a