style: remove unecessary module imports from home declaration
parent
dba1aa8ca6
commit
43bfb6cfc9
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue