[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
400/402: gnu: Add generic desktop services.
From: |
guix-commits |
Subject: |
400/402: gnu: Add generic desktop services. |
Date: |
Tue, 18 Aug 2020 16:48:38 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit d453375826e95d3b91793e9ce735cfcc835c0155
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Aug 18 08:03:53 2020 -0400
gnu: Add generic desktop services.
* gnu/services/desktop.scm (%generic-desktop-services): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/services/desktop.scm | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index ef4b21d..ceb6ffa 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -1293,4 +1293,54 @@ or setting its password with passwd.")))
%base-services))
+(define %generic-desktop-services
+ ;; Services for generic desktop environment.
+ (append
+ (list
+ ;;; Authentication
+ (service accountsservice-service-type)
+ (service elogind-service-type)
+ (service polkit-service-type)
+ ;;; Device
+ (service udev-service-type)
+ (service udisks-service-type)
+ (service usb-modeswitch-service-type)
+ ;;; Display
+ (service colord-service-type)
+ (service slim-service-type)
+ ;;; Input
+ (service fprintd-service-type)
+ (service inputattach-service-type)
+ (service lirc-service-type)
+ (service pcscd-service-type)
+ (service sane-service-type)
+ ;;; Language
+ (service dicod-service-type)
+ (service localed-service-type)
+ ;;; Network
+ (service avahi-service-type)
+ (service bluetooth-service-type)
+ (service modem-manager-service-type)
+ (service network-manager-service-type)
+ (service tor-service-type)
+ (service wpa-supplicant-service-type)
+ ;;; Output
+ (service cups-service-type)
+ (service cups-pk-helper-service-type)
+ ;;; Power
+ (service thermald-service-type)
+ (service tlp-service-type)
+ (service upower-service-type)
+ ;;; Sound
+ (service alsa-service-type)
+ (service pulseaudio-service-type)
+ ;;; Space-Time
+ (service geoclue-service-type)
+ (service ntp-service-type)
+ ;;; System
+ (service dbus-root-service-type)
+ (service earlyoom-service-type)
+ (service libvirt-service-type))
+ %base-services))
+
;;; desktop.scm ends here
- 200/402: gnu: libgnomekbd: Update package definition., (continued)
- 200/402: gnu: libgnomekbd: Update package definition., guix-commits, 2020/08/18
- 382/402: gnu: ibus: Remove custom typelib wrap., guix-commits, 2020/08/18
- 384/402: gnu: gnome-characters: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/18
- 386/402: gnu: gnome-weather: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/18
- 391/402: gnu: rygel: Add python phases., guix-commits, 2020/08/18
- 390/402: gnu: gnome-music: Replace custom typelib and python wraps., guix-commits, 2020/08/18
- 395/402: gnu: openni2: Replace openjdk with icedtea., guix-commits, 2020/08/18
- 397/402: gnu: flatpak: Update package definition., guix-commits, 2020/08/18
- 396/402: services: Add udev rules and dbus services to gnome-desktop-service-type., guix-commits, 2020/08/18
- 398/402: Revert "gnu: libpeas: Include python phases.", guix-commits, 2020/08/18
- 400/402: gnu: Add generic desktop services.,
guix-commits <=
- 401/402: gnu: Add gnome desktop services., guix-commits, 2020/08/18
- 213/402: gnu: libdmapsharing: Update home-page., guix-commits, 2020/08/18
- 214/402: gnu: seed: Fix tests., guix-commits, 2020/08/18
- 216/402: gnu: mobile-broadband-provider-info: Update package definition., guix-commits, 2020/08/18
- 231/402: gnu: totem-pl-parser: Update package definition., guix-commits, 2020/08/18
- 243/402: gnu: gedit: Update package definition., guix-commits, 2020/08/18
- 249/402: gnu: gnome-characters: Update package definition., guix-commits, 2020/08/18
- 251/402: gnu: gnome-color-manager: Update package definition., guix-commits, 2020/08/18
- 253/402: gnu: gnome-control-center: Update package definition., guix-commits, 2020/08/18
- 257/402: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-proc-macro2., guix-commits, 2020/08/18