aboutsummaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/services/desktop.scm')
-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")