home-environments: radio: Define the buer home-environment

pull/1/head
Luis Guilherme Coelho 2023-12-30 13:09:56 -03:00
parent 36aa98d445
commit 52f1df730e
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 456 additions and 452 deletions

View File

@ -1,7 +1,9 @@
(define-module (radix home-enviroments radio)
#|GNU|#
#:use-module (gnu)
#:use-module (gnu home)
#:use-module ((gnu home) #:select (this-home-environment))
#:use-module ((gnu home) #:hide (this-home-environment)
#:prefix user-)
#:use-module (gnu home services)
#|GNU packages|#
@ -43,12 +45,12 @@
#:use-module (gnu packages xorg)
#|GNU home services|#
#|D|# (gnu home services desktop)
#|G|# (gnu home services guix)
#|M|# (gnu home services mcron)
#|S|# (gnu home services ssh)
(gnu home services shepherd)
(gnu home services sound)
#|D|# #:use-module (gnu home services desktop)
#|G|# #:use-module (gnu home services guix)
#|M|# #:use-module (gnu home services mcron)
#|S|# #:use-module (gnu home services ssh)
#:use-module (gnu home services shepherd)
#:use-module (gnu home services sound)
#|Guix|#
#:use-module (guix channels)
@ -79,7 +81,8 @@
#|M|# #:use-module ((radix files mpv) #:prefix file:mpv-)
#|N|# #:use-module ((radix files newsraft) #:prefix file:newsraft-))
(home-environment
(define home-environment
(user-home-environment
(packages
(list #|admin |# neofetch netcat-openbsd
#|bittorrent |# aria2 qbittorrent
@ -558,4 +561,5 @@
(service home-mcron-service-type
(home-mcron-configuration
(jobs (list #~(job "30 5 * * *"
"mpv --shuffle ~/media/music"))))))))
"mpv --shuffle ~/media/music")))))))))
home-environment