group parens properly
This commit is contained in:
parent
84aed76900
commit
9a6d892aa7
1 changed files with 3 additions and 2 deletions
|
@ -310,7 +310,8 @@
|
|||
(or (getenv "XDG_DATA_DIRS") "")
|
||||
'("/var/lib/flatpak/exports/share"
|
||||
"/home/pti/.local/share/flatpak/exports/share"
|
||||
"/home/pti/.guix-home/profile/share"))))
|
||||
"/home/pti/.guix-home/profile/share")))
|
||||
|
||||
|
||||
;; Set Wayland-specific environment variables (taken from RDE)
|
||||
("XDG_CURRENT_DESKTOP" . "sway")
|
||||
|
@ -321,7 +322,7 @@
|
|||
("CLUTTER_BACKEND" . "wayland")
|
||||
("ELM_ENGINE" . "wayland_egl")
|
||||
("ECORE_EVAS_ENGINE" . "wayland-egl")
|
||||
("QT_QPA_PLATFORM" . "wayland-egl"))
|
||||
("QT_QPA_PLATFORM" . "wayland-egl")))
|
||||
(simple-service 'additional-fonts-service
|
||||
home-fontconfig-service-type
|
||||
(list
|
||||
|
|
Loading…
Add table
Reference in a new issue