diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:26:13 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 17:26:13 +0000 |
commit | f1be8d587e33fc7432a149d40b2550f64e1caba5 (patch) | |
tree | 6b163a404d257b2f497c59101abf7e85fbf56efb /px/services | |
parent | 16184401df1722020b17dce316b45e64d9da6250 (diff) |
make desktop less opinionated
Diffstat (limited to 'px/services')
-rw-r--r-- | px/services/desktop.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/px/services/desktop.scm b/px/services/desktop.scm index 57ca40c..4644edb 100644 --- a/px/services/desktop.scm +++ b/px/services/desktop.scm @@ -328,15 +328,15 @@ ;; Power savings (service tlp-service-type) + ;; Prevent overheating + ;; TLP does not conflict with thermald. + (service thermald-service-type) + ;; Bluetooth service ;; (bluetooth-service #:auto-enable? #t) (service bluetooth-service-type (bluetooth-configuration (auto-enable? #t))) - ;; Prevent overheating - ;; TLP does not conflict with thermald. - (service thermald-service-type) - ;; Printing (service cups-service-type (cups-configuration (web-interface? #t) |