summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-10 18:56:38 +0100
committerTimo Wilken2023-11-10 18:56:38 +0100
commite3e2fcdbd9b1afca78cd641078612572aa53225b (patch)
tree6882a4ac2a0a7950806d9005efb5388108e53615 /tw/home/lap.scm
parent853b727c39d19979e5de13aff879a83713c5ff3b (diff)
Make graphical services depend on new x11-display service
This should avoid spam from failing services when logging in on a TTY.
Diffstat (limited to 'tw/home/lap.scm')
-rw-r--r--tw/home/lap.scm5
1 files changed, 0 insertions, 5 deletions
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))