aboutsummaryrefslogtreecommitdiff
path: root/tw/home/btl.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-06-05 09:11:07 +0200
committerTimo Wilken2024-06-05 10:09:32 +0200
commit947800dda8e1a6f72c963a1f12c8e06d9c5e68f9 (patch)
tree08f6429a0cd89b4ae27ba9210f705ddd72a36fb4 /tw/home/btl.scm
parente749c97ffb35eba54d94d6069613475971d69c90 (diff)
Extract gaming-specific config into its own service
Diffstat (limited to 'tw/home/btl.scm')
-rw-r--r--tw/home/btl.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tw/home/btl.scm b/tw/home/btl.scm
index cf6e8fd4..9449b1c3 100644
--- a/tw/home/btl.scm
+++ b/tw/home/btl.scm
@@ -50,13 +50,14 @@
(service home-desktop-service-type
(home-desktop-configuration
- (gaming? #t)
(bluetooth? #t)
(monitors
(list (home-monitor-configuration
(name "DisplayPort-2")
(xrandr-options '("--mode" "2560x1440" "--rate" "143.86")))))))
+ (service home-gaming-service-type)
+
(service home-full-dev-env-service-type)
(service home-pim-service-type)