diff --git a/radio.scm b/radio.scm index d669175..140ac3d 100644 --- a/radio.scm +++ b/radio.scm @@ -44,7 +44,7 @@ #|D|# desktop #|G|# guix #|M|# mcron - #|S|# ssh shepherd) + #|S|# ssh shepherd sound) (home-environment (packages @@ -68,9 +68,8 @@ #|math |# libqalculate #|messaging |# toxic #|password-utils|# keepassxc - #|pulseaudio |# pulseaudio #|pdf |# zathura zathura-pdf-mupdf zathura-djvu - #|pulseaudio |# pulseaudio pamixer pavucontrol + #|pulseaudio |# pamixer pavucontrol #|python-xyz |# python-ueberzug #|scheme |# sicp slib #|shells |# fish fish-foreign-env @@ -484,9 +483,21 @@ (pinentry-program (file-append pinentry "/bin/pinentry-curses")))) + #|Session services|# + (service home-dbus-service-type) + + #|Sound services|# + (service home-pipewire-service-type) + #|Desktop application services|# (service home-zathura-service-type (home-zathura-configuration + (selection-clipboard 'clipboard) + (pages-per-row 1) + (statusbar-home-tilde? #t) + (recolor (recolor-configuration + (keephue? #t) + (reverse-video? #t))) (key-maps (list (key-map (binding "gk") @@ -497,7 +508,6 @@ (key-map (binding "d") (command #f)))) - (selection-clipboard 'clipboard) (index-face (face (background "#000000") (foreground "#dddddd"))) @@ -509,12 +519,7 @@ (foreground "#dddddd"))) (completion-highlight-face (face (background "#000000") - (foreground "#9688d9"))) - (pages-per-row 1) - (statusbar-home-tilde? #t) - (recolor (recolor-configuration - (keephue? #t) - (reverse-video? #t))))) + (foreground "#9688d9"))))) #|Mcron service|# (service home-mcron-service-type