home-environments: radio: Define the buer home-environment
parent
36aa98d445
commit
52f1df730e
|
@ -1,7 +1,9 @@
|
||||||
(define-module (radix home-enviroments radio)
|
(define-module (radix home-enviroments radio)
|
||||||
#|GNU|#
|
#|GNU|#
|
||||||
#:use-module (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)
|
#:use-module (gnu home services)
|
||||||
|
|
||||||
#|GNU packages|#
|
#|GNU packages|#
|
||||||
|
@ -43,12 +45,12 @@
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
|
|
||||||
#|GNU home services|#
|
#|GNU home services|#
|
||||||
#|D|# (gnu home services desktop)
|
#|D|# #:use-module (gnu home services desktop)
|
||||||
#|G|# (gnu home services guix)
|
#|G|# #:use-module (gnu home services guix)
|
||||||
#|M|# (gnu home services mcron)
|
#|M|# #:use-module (gnu home services mcron)
|
||||||
#|S|# (gnu home services ssh)
|
#|S|# #:use-module (gnu home services ssh)
|
||||||
(gnu home services shepherd)
|
#:use-module (gnu home services shepherd)
|
||||||
(gnu home services sound)
|
#:use-module (gnu home services sound)
|
||||||
|
|
||||||
#|Guix|#
|
#|Guix|#
|
||||||
#:use-module (guix channels)
|
#:use-module (guix channels)
|
||||||
|
@ -79,7 +81,8 @@
|
||||||
#|M|# #:use-module ((radix files mpv) #:prefix file:mpv-)
|
#|M|# #:use-module ((radix files mpv) #:prefix file:mpv-)
|
||||||
#|N|# #:use-module ((radix files newsraft) #:prefix file:newsraft-))
|
#|N|# #:use-module ((radix files newsraft) #:prefix file:newsraft-))
|
||||||
|
|
||||||
(home-environment
|
(define home-environment
|
||||||
|
(user-home-environment
|
||||||
(packages
|
(packages
|
||||||
(list #|admin |# neofetch netcat-openbsd
|
(list #|admin |# neofetch netcat-openbsd
|
||||||
#|bittorrent |# aria2 qbittorrent
|
#|bittorrent |# aria2 qbittorrent
|
||||||
|
@ -558,4 +561,5 @@
|
||||||
(service home-mcron-service-type
|
(service home-mcron-service-type
|
||||||
(home-mcron-configuration
|
(home-mcron-configuration
|
||||||
(jobs (list #~(job "30 5 * * *"
|
(jobs (list #~(job "30 5 * * *"
|
||||||
"mpv --shuffle ~/media/music"))))))))
|
"mpv --shuffle ~/media/music")))))))))
|
||||||
|
home-environment
|
||||||
|
|
Loading…
Reference in New Issue