Collin J. Doering
5bf9e716c7
* .guix/rekahsoft/guix-config/home.scm: Exports %home and %home-manifest; %home is the guix home configuration and %home-manifest is a manifest containing the packages that are installed as part of the home profile. * .guix/rekahsoft/guix-config/proxmox-vm-lvm-minimal.scm: Uses new guix-home-service-type to manage a user home installation as part of the system profile. * channels.scm: Updated guix channel * user-config/tmux/.tmux.conf: Basic tmux configuration (taken from dotfiles) * user-config/zsh/.config/spaceship.zsh: Spaceship prompt configuration (taken from dotfiles) * user-config/zsh/.zprofile: zsh zprofile (taken from dotfiles) * user-config/zsh/.zshenv: zsh env variables (taken, and adjusted from dotfiles) * user-config/zsh/.zshrc: zsh configuration (taken from dotfiles)
6 lines
150 B
Bash
6 lines
150 B
Bash
# Setup guix profile locales
|
|
export GUIX_LOCPATH=${HOME}/.guix-home/profile/lib/locale
|
|
|
|
# Add local binaries to PATH
|
|
export PATH="${PATH}:$HOME/.bin"
|