diff options
author | Andrew Tropin <andrew@trop.in> | 2021-08-27 10:06:50 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-09-09 20:26:43 +0300 |
commit | a9214267af27901d59a301bc412d2cb96dc20775 (patch) | |
tree | 69fbb6bfa5b8e7034ac2a848aac00262402f4def /gnu/local.mk | |
parent | 9a2e9a6144c6adaa77ce0881ff4d7b5fbf5526bc (diff) | |
download | guix-a9214267af27901d59a301bc412d2cb96dc20775.tar guix-a9214267af27901d59a301bc412d2cb96dc20775.tar.gz |
home-services: Add xdg.
* gnu/home-services/xdg.scm
(home-xdg-base-directories-service-type)
(home-xdg-base-directories-configuration)
(home-xdg-base-directories-configuration?)
(home-xdg-user-directories-service-type)
(home-xdg-user-directories-configuration)
(home-xdg-user-directories-configuration?)
(xdg-desktop-action, xdg-desktop-entry)
(home-xdg-mime-applications-service-type)
(home-xdg-mime-applications-configuration): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/xdg.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 63b8a2a1d0..e53f0bc478 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -78,6 +78,7 @@ GNU_SYSTEM_MODULES = \ %D%/home-services/fontutils.scm \ %D%/home-services/configuration.scm \ %D%/home-services/shells.scm \ + %D%/home-services/xdg.scm \ %D%/image.scm \ %D%/packages.scm \ %D%/packages/abduco.scm \ |