mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add ~/.config/guix/home.scm as a special file that symlinks to (home-environments radio) module location
parent
20ac5678da
commit
b4e89e28da
|
@ -42,7 +42,11 @@
|
|||
#|S|# #:use-module (radix home services shells)
|
||||
#|X|# #:use-module (radix home services xdg)
|
||||
|
||||
#:export (radio))
|
||||
#:export (radio radio.scm))
|
||||
|
||||
(define radio.scm
|
||||
(search-path %load-path
|
||||
(module-filename (current-module))))
|
||||
|
||||
(define radio
|
||||
(home-environment
|
||||
|
@ -123,6 +127,8 @@
|
|||
"image/webp"))
|
||||
('sioyek.desktop
|
||||
`("application/pdf"))))))
|
||||
(service home-special-files-service-type
|
||||
`((".config/guix/home.scm" ,radio.scm)))
|
||||
|
||||
#|Dotfiles service|#
|
||||
(service home-dotfiles-service-type
|
||||
|
|
Loading…
Reference in New Issue