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)
|
#|S|# #:use-module (radix home services shells)
|
||||||
#|X|# #:use-module (radix home services xdg)
|
#|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
|
(define radio
|
||||||
(home-environment
|
(home-environment
|
||||||
|
@ -123,6 +127,8 @@
|
||||||
"image/webp"))
|
"image/webp"))
|
||||||
('sioyek.desktop
|
('sioyek.desktop
|
||||||
`("application/pdf"))))))
|
`("application/pdf"))))))
|
||||||
|
(service home-special-files-service-type
|
||||||
|
`((".config/guix/home.scm" ,radio.scm)))
|
||||||
|
|
||||||
#|Dotfiles service|#
|
#|Dotfiles service|#
|
||||||
(service home-dotfiles-service-type
|
(service home-dotfiles-service-type
|
||||||
|
|
Loading…
Reference in New Issue