[chore] format code
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
55f584edcf
commit
f198c3b83d
2 changed files with 4 additions and 13 deletions
|
@ -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"))))))))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue