diff --git a/home-configuration.scm b/home-configuration.scm index d46125b..dda6af3 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -14,7 +14,6 @@ (load "packages.scm") - (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. @@ -25,11 +24,9 @@ "zsh" "zsh-autosuggestions" "zsh-syntax-highlighting" - "fzf" - )) + "fzf")) (list - zellij) - )) + zellij))) (services (list @@ -37,9 +34,4 @@ (service home-emacs-service-type) (service home-zsh-service-type (home-zsh-configuration - (zshrc (list (local-file "files/zshrc"))) - )) - ) - ) - ) - + (zshrc (list (local-file "files/zshrc")))))))) diff --git a/packages.scm b/packages.scm index bc7dbb2..e1f4a20 100644 --- a/packages.scm +++ b/packages.scm @@ -51,8 +51,7 @@ your morning, and an auto-update tool that makes it easy to keep up with the lat "https://github.com/zellij-org/zellij/releases/download/v" version "/zellij-x86_64-unknown-linux-musl.tar.gz")) (sha256 - (base32 "113c9agbx36hiq6a1kf2jydrv3h3cd8s0albnwxi0qd1c0n1rxyw") - ))) + (base32 "113c9agbx36hiq6a1kf2jydrv3h3cd8s0albnwxi0qd1c0n1rxyw")))) (build-system copy-build-system) (arguments (list