diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-23 12:53:16 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-23 12:53:16 +0100 |
commit | 601c458215c1886e9c5a84ac9d74deb3dc5dede9 (patch) | |
tree | aa3aca3030bdfdb6671b4c25a44b0ab616202fa8 | |
parent | bc551a0cd46ccdb2e6d5be640d3057910e027ac9 (diff) |
Add thermald
-rw-r--r-- | desktop.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop.scm b/desktop.scm index 81f72cd..3e97547 100644 --- a/desktop.scm +++ b/desktop.scm @@ -12,6 +12,7 @@ (gnu packages xdisorg) (gnu packages xorg) (gnu packages video) + (gnu services pm) (tuxedo-keyboard) (nongnu packages linux) (nongnu system linux-initrd)) @@ -77,6 +78,7 @@ wget tcpdump openssh + thermald intel-vaapi-driver xf86-input-wacom gnu-linux:ntfs-3g @@ -84,6 +86,7 @@ (services (cons* (udev-rules-service 'light gnu-linux:light) (service gnome-desktop-service-type) + (service thermald-service-type) (simple-service 'adwaita-dark-theme session-environment-service-type '(("GTK_THEME" . "Adwaita:dark"))) (bluetooth-service #:auto-enable? #t) |