diff --git a/home-environments/radio.scm b/home-environments/radio.scm index dfe51a6..ab2ffa2 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -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