From 7b76e0a2219b7abdc5ad7bae7095ca24eeafcb63 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 14 Sep 2024 14:59:02 +0200 Subject: [PATCH] fix: dconf in home packages as workardound for dconf service --- home/home-configuration.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 11d9558..9f607bd 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -77,6 +77,11 @@ "mpv" "nsxiv" "zathura" "evince" + ;; TODO: probably the dconf service has to add this, + ;; since it tries to search for its service on activation, and errors. + ;; How could we give it just this service? + "dconf" + ;; Editing "emacs" "emacs-vterm" "tree-sitter-vhdl" "tree-sitter-rust" "tree-sitter-bash" -- 2.48.1