style: remove unecessary module imports from home declaration

pull/1/head
anemofilia 2023-08-27 19:07:12 -03:00
parent dba1aa8ca6
commit 43bfb6cfc9
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,7 @@
((radix files mpv) #:prefix file:mpv-)
((radix files newsraft) #:prefix file:newsraft-)
((radix files zathura) #:prefix file:zathura-)
#|SRFI |# (srfi srfi-13)
(srfi srfi-26))
#|SRFI |# (srfi srfi-26))
(use-package-modules
#|A|# admin
@ -317,7 +316,7 @@
'("/run/current-system/profile"
"$XDG_CONFIG_HOME/guix/current"
"$HOME/.guix-home/profile")))
":" 'infix))
":"))
#|GUIX|#
("GUIX_PROFILE" . "$XDG_CONFIG_HOME/guix/current")