diff options
Diffstat (limited to 'desktop.scm')
-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) |