dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit eee4902d13b8f697f54a84f85c28b6e417ca2034
parent 5f138d2c818d0619345835fa937136ac530b6edb
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri,  3 Jan 2025 07:22:19 +0200

Add librewolf to guix home packages and rename where the regular, non-guix-home, files go.

Diffstat:
Mguix-home-config.scm | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/guix-home-config.scm b/guix-home-config.scm @@ -37,6 +37,7 @@ (gnu packages haskell-xyz) (gnu packages irc) (gnu packages libreoffice) + (gnu packages librewolf) (gnu packages lisp) (gnu packages mail) (gnu packages man) @@ -250,6 +251,7 @@ laminar le-certs libhdate + librewolf links man-pages man-pages-posix @@ -306,9 +308,10 @@ (aliases '( ("gs" . "git status") + ("wgi" . "wget -m -np -i-") )) - (bash-profile (list (local-file "files/.bash_profile" "bash_profile"))) - (bashrc (list (local-file "files/.bashrc" "bashrc"))) + (bash-profile (list (local-file "regular-non-guix-home-files/.bash_profile" "bash_profile"))) + (bashrc (list (local-file "regular-non-guix-home-files/.bashrc" "bashrc"))) )) (service home-dotfiles-service-type