summaryrefslogtreecommitdiff
path: root/tw/home/lap.scm
diff options
context:
space:
mode:
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))