summaryrefslogtreecommitdiff
path: root/guix/system-create.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-03 20:13:16 +0300
committerThanos Apollo <[email protected]>2024-07-03 20:13:16 +0300
commitf5c916ecfd139d0b47153a670d6777acc51a1a50 (patch)
treebd0a9d592a7ef5cdecadecc943b38d0c390a183f /guix/system-create.scm
parent31f446ae8a810a2725fe54b2130dcda3ee8d68c7 (diff)
[fix] guix:(system) Add dbus to fix waybar issues
Diffstat (limited to 'guix/system-create.scm')
-rw-r--r--guix/system-create.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/system-create.scm b/guix/system-create.scm
index 2d382c5..87cdb0e 100644
--- a/guix/system-create.scm
+++ b/guix/system-create.scm
@@ -24,7 +24,7 @@
(define thanos/system-packages
'("sway" "swaylock" "swaylock-effects" "swaybg"
"waybar" "gnupg" "pinentry" "font-jetbrains-mono"
- "docker" "docker-cli"))
+ "docker" "docker-cli" "dbus"))
(define* (system-create #:key
(system-packages thanos/system-packages)