aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/media.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/home/services/media.scm')
0 files changed, 0 insertions, 0 deletions
d>Bruno Victal XDG Base Directory Specification 0.8 officially introduces the XDG_STATE_HOME environment variable. Fixes <https://issues.guix.gnu.org/issue/61809>. * gnu/home/services/xdg.scm (home-xdg-base-directories-configuration)[state-home]: Set default value according to spec. Update field documentation. (home-xdg-base-directories-service-type): Update service description. Signed-off-by: Andrew Tropin <andrew@trop.in> 2022-12-23home: xdg: Add with-imported-modules to xdg activation script.Andrew Tropin Without it activation doesn't work when called in clean environment. * gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation): Add with-imported-modules to xdg activation script. 2022-12-19home: xdg: Make it possible to extend user-directories service.Andrew Tropin * gnu/home/services/xdg.scm (home-xdg-user-directories-service-type): Make it possible to override user-directories configuration by extending. 2022-12-02home: services: Use 'match-record' instead of 'match'.Ludovic Courtès * gnu/home/services/mcron.scm (home-mcron-shepherd-services): Use 'match-record' instead of 'match'. * gnu/home/services/shells.scm (home-bash-extensions): Likewise. * gnu/home/services/xdg.scm (serialize-xdg-desktop-entry): Likewise. 2022-12-01home: xdg: Export xdg-base/user-directories getters.Andrew Tropin * gnu/home/services/xdg.scm: Export xdg-base/user-directories getters.