- guix
sudo apt-get install -y guix && \
guix pull && guix package -u && \
. $HOME/.guix-profile/etc/profileThis line is needed to source the guix profile on startup
. $HOME/.guix-profile/etc/profileIf you also want to remap caps lock to ctrl as well, consider also adding:
setxkbmap -option ctrl:nocapsEnsure the guix profile is in your path
. $HOME/.guix-profile/etc/profileAnd for every package in: .guix-packages run:
guix package -i $(cat .guix-packages | tr '\n' ' ')This should take a moment