aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-07-12 22:40:50 +0200
committerTimo Wilken2024-07-12 22:40:50 +0200
commitc699f7651a25820497cc1d656deff60cf66d9ff5 (patch)
treeda60afa8ba2889f27d1563bae26a5ac6f285c2d9
parentb9164494e06dd7fdf49c21cfa83b28e7af2c5d4f (diff)
Fix mistake in omitting common home files from X11 config
-rw-r--r--tw/services/desktop.scm3
1 files changed, 2 insertions, 1 deletions
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")