aboutsummaryrefslogtreecommitdiff
path: root/tw/home/frm.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-07-12 22:05:28 +0200
committerTimo Wilken2024-07-12 22:05:28 +0200
commitc52346c9b3a667cfee5e833ce295d2c7a519893a (patch)
tree7f93896240f0285fd7ac2101d36fa04dfbba1315 /tw/home/frm.scm
parent045e8e2a0c9922a0ca8d717efa507b295204607e (diff)
Use Wayland desktop on Framework desktop
Diffstat (limited to 'tw/home/frm.scm')
-rw-r--r--tw/home/frm.scm23
1 files changed, 3 insertions, 20 deletions
diff --git a/tw/home/frm.scm b/tw/home/frm.scm
index 27b0ccbb..90975f20 100644
--- a/tw/home/frm.scm
+++ b/tw/home/frm.scm
@@ -36,30 +36,13 @@
(home-batsignal-configuration
(batteries '("BAT1"))))
- ;; Redshift: make the screen turn redder at night.
- (service home-redshift-service-type
- (home-redshift-configuration
- (location-provider 'manual)
- ;; Approximate location
- (latitude 46.0)
- (longitude 6.0)
- ;; (location-provider 'geoclue2) ; TODO: currently waits forever for a location -- not sure why geoclue doesn't work
- (daytime-brightness 1.0)
- (nighttime-brightness 0.7)
- (extra-content "fade=0"))) ; with fade=1, restarting redshift causes flickering for a few secs
-
(service home-dbus-service-type)
(service tw-home-service-type)
- (service home-desktop-service-type
- (home-desktop-configuration
- (battery-name "BAT1")
- (ac-adapter-name "ACAD")
- (monitors
- (list (home-monitor-configuration
- (name "eDP")
- (xrandr-options '("--auto")))))))
+ (service home-wayland-desktop-service-type
+ (home-wayland-desktop-configuration
+ (num-cores 12)))
(service home-full-dev-env-service-type)