[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")
|
(load "packages.scm")
|
||||||
|
|
||||||
|
|
||||||
(home-environment
|
(home-environment
|
||||||
;; Below is the list of packages that will show up in your
|
;; Below is the list of packages that will show up in your
|
||||||
;; Home profile, under ~/.guix-home/profile.
|
;; Home profile, under ~/.guix-home/profile.
|
||||||
|
@ -25,11 +24,9 @@
|
||||||
"zsh"
|
"zsh"
|
||||||
"zsh-autosuggestions"
|
"zsh-autosuggestions"
|
||||||
"zsh-syntax-highlighting"
|
"zsh-syntax-highlighting"
|
||||||
"fzf"
|
"fzf"))
|
||||||
))
|
|
||||||
(list
|
(list
|
||||||
zellij)
|
zellij)))
|
||||||
))
|
|
||||||
|
|
||||||
(services
|
(services
|
||||||
(list
|
(list
|
||||||
|
@ -37,9 +34,4 @@
|
||||||
(service home-emacs-service-type)
|
(service home-emacs-service-type)
|
||||||
(service home-zsh-service-type
|
(service home-zsh-service-type
|
||||||
(home-zsh-configuration
|
(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"
|
"https://github.com/zellij-org/zellij/releases/download/v"
|
||||||
version "/zellij-x86_64-unknown-linux-musl.tar.gz"))
|
version "/zellij-x86_64-unknown-linux-musl.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "113c9agbx36hiq6a1kf2jydrv3h3cd8s0albnwxi0qd1c0n1rxyw")
|
(base32 "113c9agbx36hiq6a1kf2jydrv3h3cd8s0albnwxi0qd1c0n1rxyw"))))
|
||||||
)))
|
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue