summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-configuration.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 4acc4f8c..4638f0cf 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -248,8 +248,7 @@ replacement spec (to which `regexp-substitute/global' is applied)."
;; Configuration files for GUI programs in $XDG_CONFIG_HOME.
(simple-service
'gui-config home-xdg-configuration-files-service-type
- `(;; All alibuild needs is an empty file.
- ("dunst/dunstrc" ,(local-file "dunstrc"))
+ `(("dunst/dunstrc" ,(local-file "dunstrc"))
("dunst/dunstrc.d/50-catppuccin.conf"
,(local-file #.(string-append "catppuccin/dunst/src/"
catppuccin-theme-variant ".conf")
@@ -305,10 +304,6 @@ replacement spec (to which `regexp-substitute/global' is applied)."
"$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true "
"-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel "
"-Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"))
-
- ;; For programs from kde-servicemenus-pdf.
- ;; ("LANGUAGE" . "en")
-
;; Smooth trackpad scrolling in Firefox/Icecat.
;; https://wiki.archlinux.org/index.php/Firefox/Tweaks#Pixel-perfect_trackpad_scrolling
("MOZ_USE_XINPUT2" . "1")))