From e3e2fcdbd9b1afca78cd641078612572aa53225b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 10 Nov 2023 18:56:38 +0100 Subject: Make graphical services depend on new x11-display service This should avoid spam from failing services when logging in on a TTY. --- tw/home/lap.scm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 00a59cab..1b8e2908 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -4,9 +4,6 @@ ;; need to capture the channels being used, as returned by "guix describe". ;; See the "Replicating Guix" section in the manual. -;; See also, for some tips: -;; https://github.com/alezost/shepherd-config/blob/master/init.scm - (define-module (tw home lap) #:use-module (gnu home) #:use-module (gnu home services) @@ -15,7 +12,6 @@ #:use-module (gnu home services mail) #:use-module (gnu home services mcron) #:use-module (gnu home services pm) - #:use-module (gnu home services shepherd) #:use-module (gnu packages android) #:use-module (gnu packages bittorrent) #:use-module (gnu packages calendar) @@ -31,7 +27,6 @@ #:use-module (gnu packages xorg) #:use-module (gnu packages xdisorg) #:use-module (gnu services) - #:use-module (gnu services shepherd) #:use-module (guix gexp) #:use-module ((nongnu packages messaging) #:select (signal-desktop)) -- cgit v1.2.3