home-environments: radio: Remove packages from packages:writing from home profile

impermanence
Luis Guilherme Coelho 2024-04-26 18:38:29 -03:00
parent 6f4a30dc9c
commit 4af74eead7
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 17 deletions

View File

@ -216,15 +216,6 @@
(list #|chromium |# ungoogled-chromium/wayland
#|browser-extensions|# darkreader/chromium))
(define packages:writing
(list #|tex|# rubber texlive-collection-basic texlive-collection-fontsextra
texlive-collection-fontsrecommended texlive-collection-latex
texlive-collection-latexextra texlive-collection-latexrecommended
texlive-collection-luatex texlive-collection-langportuguese
texlive-collection-langenglish texlive-collection-langfrench
texlive-collection-mathscience texlive-collection-pictures
texlive-scheme-minimal))
(define home-environment
(user-home-environment
(packages
@ -240,7 +231,7 @@
#|R|# packages:reading
#|S|# packages:scheme packages:sound
#|V|# packages:video
#|W|# packages:web packages:writing))
#|W|# packages:web))
(services
(list #|XDG services|#
@ -547,11 +538,5 @@
(critical-level 30)
(full-message "Unplug the cable.")
(warning-message "You may want to plug the cable.")
(critical-message "Plug the cable.")))
#|Mcron service|#
(service home-mcron-service-type
(home-mcron-configuration
(jobs (list #~(job "30 5 * * *"
"mpv --shuffle ~/media/music")))))))))
(critical-message "Plug the cable.")))))))
home-environment