From c699f7651a25820497cc1d656deff60cf66d9ff5 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 12 Jul 2024 22:40:50 +0200 Subject: Fix mistake in omitting common home files from X11 config --- tw/services/desktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm index fca2c02a..8c3c37f7 100644 --- a/tw/services/desktop.scm +++ b/tw/services/desktop.scm @@ -278,7 +278,8 @@ show_border=1 ;; setuid binary for i3lock installed by the system config. (system* "i3lock" "-nc" #$catppuccin-background-color) (system* #$(file-append xset "/bin/xset") "dpms" "600" "600" "600") - (system* #$(file-append dunst "/bin/dunstctl") "set-paused" "false")))))) + (system* #$(file-append dunst "/bin/dunstctl") "set-paused" "false")))) + ,@common-home-files)) (define (home-environment config) `(("TERMINAL" . "kitty") -- cgit v1.2.3