diff options
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/desktop.scm | 21 | ||||
-rw-r--r-- | px/services/desktop.scm | 8 |
2 files changed, 15 insertions, 14 deletions
diff --git a/px/packages/desktop.scm b/px/packages/desktop.scm index 32645d3..c57b28b 100644 --- a/px/packages/desktop.scm +++ b/px/packages/desktop.scm @@ -85,17 +85,13 @@ ;; Stuff for every desktop; QT / GTK on X / Wayland (define %common-desktop-applications - (list libreoffice - aspell + (list aspell aspell-dict-en - aspell-dict-de - aspell-dict-uk font-liberation font-adobe-source-sans-pro font-adobe-source-code-pro - font-cns11643-swjz ;? - font-wqy-zenhei ;? + font-wqy-zenhei font-ibm-plex font-vazir font-openmoji @@ -115,9 +111,6 @@ neofetch wget - gcr - gnome-keyring - blueman)) ;; GTK-specific @@ -129,6 +122,10 @@ xcursor-themes gnome-themes-standard + ;; Keychain + gcr + gnome-keyring + ;; PGP seahorse)) @@ -141,10 +138,14 @@ sddm-darkine-theme breeze-gtk + ;; Keychain + gcr + gnome-keyring + speedcrunch qimgv - strawberry + ;; strawberry mpv network-manager-applet 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) |