aboutsummaryrefslogtreecommitdiff
path: root/tw/home/btl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/btl.scm')
-rw-r--r--tw/home/btl.scm17
1 files changed, 10 insertions, 7 deletions
diff --git a/tw/home/btl.scm b/tw/home/btl.scm
index bc08ff82..f4ed9d90 100644
--- a/tw/home/btl.scm
+++ b/tw/home/btl.scm
@@ -17,6 +17,7 @@
#:use-module (guix gexp)
#:use-module (tw home)
#:use-module (tw services desktop)
+ #:use-module (tw services dev-env)
#:use-module (tw services git)
#:use-module (tw services gnupg)
#:use-module (tw services restic))
@@ -31,10 +32,6 @@
;; To search for available home services, run 'guix home search KEYWORD'.
(services
(list
- (service tw-home-service-type
- (tw-home-configuration
- (gaming? #t)))
-
;; Redshift: make the screen turn redder at night.
(service home-redshift-service-type
(home-redshift-configuration
@@ -49,16 +46,22 @@
(service home-dbus-service-type)
- (service home-blueman-service-type)
+ (service tw-home-service-type)
- (service home-desktop-layout-service-type
- (home-desktop-layout-configuration
+ (service home-desktop-service-type
+ (home-desktop-configuration
+ (gaming? #t)
+ (bluetooth? #t)
(desktop-background "~/blobs-d.png")
(monitors
(list (home-monitor-configuration
(name "DisplayPort-2")
(xrandr-options '("--mode" "2560x1440" "--rate" "143.86")))))))
+ (service home-full-dev-env-service-type)
+
+ (service home-pim-service-type)
+
;; On my private machine, I want to use my private PGP key normally, and
;; my work key only for work repositories.
(service home-git-service-type